Sends images, audio, video, or stickers via a public URL. Supported types: image, video, audio, sticker.
/api/v1/contact/:phone/send-media-messageNote
Recipient phone number with country code
Publicly accessible image URL (JPEG/PNG)
Caption text for the image
Publicly accessible video URL (MP4)
Caption text for the video
Publicly accessible audio URL (MP3/OGG)
Publicly accessible sticker URL (WEBP)
Whether request succeeded
Platform message ID (wamid)
Meta message ID
curl -X POST "https://app.chatofy.in/api/v1/contact/+917838343515/send-media-message" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image":{"link":"https://example.com/photo.jpg","caption":"Check this out!"}}'Was this endpoint guide helpful?