Convert media message content to Base64.
POST/chat/getBase64FromMediaMessage/:instanceName
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
[Deprecated] This endpoint retrieves the Base64 representation of the content of a media message for the specified instance.
Request
Path Parameters
instanceName stringrequired
The name of the instance to which the reaction should be sent.
Example: codechat
- application/json
Body
key object
id stringrequired
Unique ID of the media message to be converted.
Responses
- 200
Successful response
- application/json
- Schema
Schema
- any
Loading...