Skip to main content
GET
/
v1
/
whatsapp
/
media
/
{message_id}
Download message media
curl --request GET \
  --url https://api.whatsapp-use.com/v1/whatsapp/media/{message_id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-WhatsApp-Use-Connection-Id
string

Required when the API key can access multiple WhatsApp connections.

Path Parameters

message_id
string
required

Response

Media bytes.

The response is of type file.