Translate
Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
POST
/texts/translations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.your-api-server.com/texts/translations' \
--header 'Content-Type: application/json' \
--data-raw '{
"formality": "default",
"source_lang": "string",
"target_lang": "string",
"text": "string"
}'
Response Response Example
{}
Request
Body Params application/json