POST
/
api
/
sendVideo
Enviar um vídeo
curl --request POST \
  --url https://api.wappfy.com.br/api/sendVideo \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "session": "session",
  "chatId": "5511999999999@c.us",
  "url": "https://example.com/video.mp4",
  "caption": "Video caption"
}'

Authorizations

apikey
string
header
required

Apikey

Body

application/json
chatId
string
required
Example:

"11111111111@c.us"

file
object
required
session
string
required

O nome da sessão (instanceName)

Example:

"session"

reply_to
string

The ID of the message to reply to - false_11111111111@c.us_AAAAAAAAAAAAAAAAAAAA

Example:

null

asNote
boolean

Send as video note

Example:

false

caption
string
default:Just watch at this!