Retrieve AI-generated voice interpretations and select your preferred vocal style from multiple audio options using run_id
.
/text-to-voice
endpoint, our system analyzes your parameters and creates not just one, but three distinct voice interpretations based on your description. This approach gives you the opportunity to compare different vocal realizations and select the one that best matches your intended use case.
run_id
that was provided when you initially submitted your voice generation request. This identifier uniquely references your specific generation task and allows you to access its results once processing is complete.
The endpoint follows this structure:
{run_id}
should be replaced with your actual run identifier. For example:
Retrieve and evaluate your preview samples
Create a permanent voice profile
/voices/create-custom-voice
endpoint to establish a permanent voice profile based on that preview.Integrate your custom voice
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.
The unique identifier for the run, which was generated during the text to voice creation process and returned upon task completion.
Successful Response
The response is of type object
.