Translate text into multiple languages with customizable settings for formality, gender, and specialized vocabulary to meet your global communication needs.
/source-languages
or /target-languages
endpoints for a complete list of supported languages with their corresponding IDs.Submit Your Request
Receive Your `task_id`
task_id
. This identifier lets you check on your translation’s progress at any time.Track Progress of Your Translation
task_id
to monitor the current status of your request by calling the /translate/{task_id}
endpoint. This will tell you whether your translation is still in progress, completed, or if any issues occurred.The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Successful Response
A JSON that contains unique identifier for the task. This is used to query the status of the translation task that is running. It is returned when a create request is made for translation.