POST
/
message
/
sendMedia
/
{instance}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Body

application/json
media
string
required

Media URL or file in base64

mediatype
enum<string>
required

Media type

Available options:
image,
video,
document,
audio
number
string
required

Number to receive the message (with country code)

caption
string

Caption to send with media (except with media type audio)

delay
integer

Presence time in milliseconds before sending message

fileName
string

Name of the file (for media type document only)

mentioned
string[]
mentionsEveryOne
boolean

Mention everyone on a group message

mimetype
string

Media mimetype

quoted
object

Response

201 - application/json
key
object

The key of the message, which identifies the message in the chat.

message
object

The message content, which may include various types of messages like text, images, etc.

messageTimestamp
string

The timestamp of the message, represented as a string.

status
string

The status of the message, such as sent, received, or pending.