Skip to main content
POST
/
api
/
v1
/
messenger
/
messages
/
send
/
media-file
Enviar media via multipart upload
curl --request POST \
  --url https://apis.wekall.co/api/v1/messenger/messages/send/media-file \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'chatId=<string>' \
  --form 'caption=<string>'

Documentation Index

Fetch the complete documentation index at: https://docs.wekall.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Token obtenido desde POST /api/v1/auth/token

Body

multipart/form-data
file
file
chatId
string
caption
string

Response

200

Archivo enviado