Skip to main content

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

Body

    key object
    id stringrequired

    Unique ID of the media message to be converted.

Responses

Successful response

Schema
    any
Loading...