API Reference

Send a media message (image, video, audio, document)

Send a media message (image, video, audio, document) to a chat. The chatId format varies depending on the chat type:

  • Individual chat: {phone_number}@c.us (e.g. 123456789@c.us)
  • Group chat: {group_id}@g.us (e.g. 123456789-123456789@g.us)
  • Channel/Newsletter: {channel_id}@newsletter (e.g. 123456789@newsletter)

Supported media types:

  • Images: jpg, jpeg, png, gif
  • Videos: mp4, 3gp, mov
  • Audio: mp3, wav, ogg, m4a
  • Documents: pdf, doc, docx, txt, xlsx, etc
Log in to see full request history
Path Params
int64
required

Instance ID

Body Params

Media can be sent either via URL or Base64. For Base64 media, a filename is required.

string
required

Chat ID <countrycode_short>@c.us or @g.us for groups

string

URL of the media file to send

string

Base64 encoded media content

string

Optional caption for the media

string

Optional filename for the media (required for Base64)

string

Optional message ID to reply to in format:

boolean
Defaults to true
boolean
Defaults to false

Send image as a sticker

boolean
Defaults to false

Send audio as voice message

boolean
Defaults to false

Send media as a document

Response

Response body
object
string
string
data
object
_data
object
Language
Credentials