curl --request POST \
--url https://api.wappfy.com.br/chat/getBase64FromMediaMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"message": {
"key": {
"id": "<string>"
}
},
"convertToMp4": true
}'
Buscar Base64 da Mensagem de Mídia
curl --request POST \
--url https://api.wappfy.com.br/chat/getBase64FromMediaMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"message": {
"key": {
"id": "<string>"
}
},
"convertToMp4": true
}'
Seu cabeçalho da chave de autorização.
ID da instância.