Get voice
access detailed information about a specific voice, including status and download url, after submission. this endpoint simplifies the process of tracking your voice synthesis job from start to finish.
introduction
after initiating a voice synthesis job, use the /voices/{id}
endpoint to stay updated on its progress and to retrieve the synthesized audio.
this guide helps you navigate the tracking process, ensuring you’re always informed about your job’s progress.
quick start
authentication
before you can start using our api, you need to authenticate your requests. this is done using an x-api-key
that links your requests to your account. if you don’t have an api key yet, check out the instructions here to obtain one.
monitor your voice synthesis jobs
with an x-api-key
, following the progress of your voice synthesis is easy. to check your job’s status via the playground above, follow these instructions:
Authorizations
Path Parameters
Response
A unique identifier for the voice.
The date and time the voice was created.
The status of the voice.
Input samples for creating the voice.
Output samples for hearing the voice.
The cost of the voice.
The webhook URL for the voice.
An error message if the voice failed to process.
A name for the voice.
A description the voice.