AurionAI Docs

Translate Message

Translate a single conversation message to the target language.

POST
/api/v2/conversations/{conversation_id}/messages/{message_id}/translate

Translate a single conversation message to the target language.

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

conversation_id*Conversation Id
message_id*Message Id

Response Body

application/json

application/json

curl -X POST "https://loading/api/v2/conversations/string/messages/string/translate"
{
  "source_language": "string",
  "target_language": "string",
  "translated_text": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}