| Image Format | Extension | Maximum File Size |
|---|---|---|
| JPEG | .jpeg | 5 MB |
| PNG | .png | 5 MB |
curl --location 'https://rest.qikberry.ai/v1/whatsapp/messages' \
--header 'x-phone-number: <WA_ID>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"to": "<USER_PHONE_NUMBER>",
"type": "image",
"image": {
"link": "<IMAGE_URL>",
"caption": "<CAPTION>"
}
}'{
"message": "1 numbers accepted",
"data": [
{
"messageId": "<MESSAGE_ID>",
"mobile": "<USER_PHONE_NUMBER>"
}
]
}