/ Platform API
Platform API
    Chat Platform API v3
    Chat Platform API
    Chat Platform API
    Version 3

    Overview

    Copy link

    The translations feature allows you to easily provide translations of text messages into over 100 languages.


    Actions

    Copy link

    The following table shows a list of actions supported for translation. API endpoints are relative to the base URL allocated to your Sendbird application. In this page, the /{channel_type}/{channel_url}/messages endpoint refers to https://api-{application_id}.sendbird.com/v3/{channel_type}/{channel_url}/messages.

    Note: If you want to know the ID and base URL of your application, sign in to Sendbird Dashboard, go to Settings > Application > General, and check Application ID and API request URL.

    • It's recommended that the parameter values such as {channel_url} in API URLs be URL encoded.

    List of actions

    Copy link
    ActionHTTP request

    Translate a message into other languages

    POST /{channel_type}/{channel_url}/messages/{message_id}/translation
    Translates a message into specific languages.

    On this page