WhatsFlash API


This is GET Method to Call API at https://whatsflash.codesler.com

API Domain is https://whatsflash.codesler.com/api

Parameter Will Pass

  1. number (required)
  2. msg (optional)

number: Send WhatsApp number with Country code (without +) Ex. 17869999999

msg: Send Text Message Ex. Hello, *Rohit* Chouhan


Complete API Example


Without QR CODE: https://whatsflash.codesler.com/api?number=17869999999&msg=Hello

Response

    {
        status: true,
        number: "17869999999",
        msg: "Hello",
        code: "dfOiw",
        acode: "hmUDe"
    }
    

With QR CODE: https://whatsflash.codesler.com/api?number=17869999999&msg=Hello&qr=1

Response

    {
	status: true,
	number: "17869999999",
	msg: "Hello",
	code: "48uOa",
	acode: "YTgO3",
	qrcode: "https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://whatsflash.codesler.com/48uOa&color=25D366&bgcolor=e8e8e8&&margin=0",
	qrcode_base64: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgA....."
    }