| Document Type | Supported Formats | Maximum File Size |
|---|---|---|
| Text File | .txt | 100 MB |
| Excel | .xls, .xlsx | 100 MB |
| Word | .doc, .docx | 100 MB |
| PowerPoint | .ppt, .pptx | 100 MB |
.pdf | 100 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": "document",
"document": {
"link": "<DOCUMENT_URL>",
"filename": "<FILE_NAME>",
"caption": "<CAPTION>"
}
}'{
"message": "1 numbers accepted",
"data": [
{
"messageId": "<MESSAGE_ID>",
"mobile": "<USER_PHONE_NUMBER>"
}
]
}