cURL
Messages
Send Video
Send video content to WhatsApp users with support for various formats and rich media sharing capabilities.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Contact ID.
Required string length:
10 - 50Pattern:
^[0-9]+@[cs]\.us$Example:
"xxx@c.us"
Video URL
Maximum string length:
2048Pattern:
^https?://.*\.(mp4|avi|mov|wmv|flv|webm|mkv)$Example:
"https://github.com/CrunchzApp/asset-example/raw/main/examples/video.mp4"
Caption
Maximum string length:
1024Example:
"Check this out bro!"
Message ID to reply to (optional)
Required string length:
1 - 100Pattern:
^[A-Za-z0-9_-]+$Example:
"message_id_here"