Translate Text
Translate arbitrary text between supported languages.
Translate arbitrary text between supported languages.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/conversations/translate" \ -H "Content-Type: application/json" \ -d '{ "target_language": "string", "text": "string" }'{
"source_language": "string",
"target_language": "string",
"translated_text": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}