Video Message
Send Video Message
POST
https://api.wapim.io/api/v1/whatsapp/message/video
Headers
Name
Type
Description
Token*
YOUR_WAPIM_TOKEN
Request Body
Name
Type
Description
phone_number*
String
Recipient Phone Number or Group ID
content*
Content URL
reply_to
String
Message ID To Reply
caption
String
Caption of content
{
"status": true,
"code": 200,
"phone_number": "*****",
"message_id": "3EB05F28F824A6F6D9E9",
"req_id": "11b80f89-fff7-487c-b33f-047daff89af6"
}
curl
-X POST https://api.wapim.io/api/v1/whatsapp/message/video
-H 'Token: YOUR_WAPIM_TOKEN'
-d '{"phone_number": "PHONENUMBER_OR_GROUPID", "content": "https://filesamples.com/samples/video/mp4/sample_960x540.mp4", "caption": "this is a caption"}'
Last updated