Início
Instances
Chat
Message
Group
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Settings
Profile Settings
Chat
Get Base64
Get base64 from media message
POST
/
chat
/
getBase64FromMediaMessage
/
{instance}
Copy
curl --request POST \
--url https://{server-url}/chat/getBase64FromMediaMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"message": {
"key": {
"id": "<string>"
}
},
"convertToMp4": true
}'
Authorizations
Your authorization key header
Path Parameters
Name instance
Body
application/json
Copy
curl --request POST \
--url https://{server-url}/chat/getBase64FromMediaMessage/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"message": {
"key": {
"id": "<string>"
}
},
"convertToMp4": true
}'
Assistant
Responses are generated using AI and may contain mistakes.