| Video Format | Supported Extension | Maximum File Size |
|---|---|---|
| 3GPP | .3gp | 16 MB |
| MP4 Video | .mp4 | 16 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": "video",
"video": {
"link": "<VIDEO_URL>",
"caption": "<CAPTION>"
}
}'{
"message": "1 numbers accepted",
"data": [
{
"messageId": "<MESSAGE_ID>",
"mobile": "<USER_PHONE_NUMBER>"
}
]
}