Monitors the progress of a Translated Text-to-Speech task using the provided task_id
.
GET
request to this endpoint with the task_id
you received during your initial submission. The system will return comprehensive information about the current stage of processing for both the translation and audio generation components.
run_id
necessary to access your translated text and generated audio file.Status | Meaning | Recommended Action |
---|---|---|
SUCCESS | Both translation and audio generation have completed successfully | Retrieve your translated text and audio using the provided IDs |
PENDING | Your request is actively being processed | Continue monitoring at reasonable intervals |
TIMEOUT | Processing exceeded the maximum allowed duration | Consider breaking your content into smaller segments |
ERROR | A system-level issue occurred during processing | Check error details for specific information about what went wrong |
PAYMENT_REQUIRED | Your account has insufficient credits for this operation | Visit your accountβs billing page to add more credits |
SUCCESS
status, youβll receive a run_id
for accessing both:
/tts-result/{run_id}
endpoint./translation-result/{run_id}
endpoint.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.
This parameter represents a unique identifier for a task. It is used in various API endpoints to query the status or result of a specific task. The task_id
is typically returned when a task is created.
Successful Response
The response is of type object
.