Text to Sound [BETA]
Get Text to Sound Run Result
Retrieve the generated audio file for a completed Text to Sound task.
GET
This endpoint upon completion of the run, allows yous for streaming the audio file in WAV format using the run_id
provided during the task creation process.
Authorizations
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.
Path Parameters
The unique identifier for the run, which was generated during the text to an audio effect creation process and returned upon task completion.
Response
200 - audio/wav
The generated audio file bytes in WAV format, representing the audio effect created from the provided text prompt.