Retrieves the results of multiple Text-to-Speech runs using a list of run_id
values in a single request.
run_id
, you can efficiently gather all your generated audio files in a single API call.
POST
request to this endpoint with an array of run_id
values in the request body. The system will process all your completed tasks and return URLs for each audio file, making it easy to download or reference them in your application.
run_id
is mapped to its corresponding audio file URL.run_id
values for the completed text-to-speech tasks you want to retrieve:
run_id
values per requestrun_id
values per requestrun_id
list into chunks of 2-5 itemsThe 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
An object containing the results of one to five text-to-speech (TTS) runs. Each key in the object is a unique identifier for a run, and the corresponding value is the Text-to-Speech run details.