Translate Message
Translate a single conversation message to the target language.
Translate a single conversation message to the target language.
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"
}
]
}