Authorizations
Bearer authentication header of the form Bearer <api_key>
, where <api_key>
is your API key. To get your API key, go to Developer Hub and click "Create new API Key".
Path Parameters
Unique ID of the audio project. This value is returned by all of the POST APIs that create an audio.
"cuid-example"
Response
Success
Unique ID of the audio. This value can be used in the get audio project API to fetch additional details such as status
"cuid-example"
The name of the audio.
"Example Name"
The status of the audio.
draft
, queued
, rendering
, complete
, error
, canceled
"complete"
The type of the audio project. Possible values are VOICE_GENERATOR, VOICE_CHANGER
"VOICE_GENERATOR"
Indicates whether the resource is deleted
The amount of credits deducted from your account to generate the audio. We charge credits right when the request is made.
If an error occurred while generating the audio, credits will be refunded and this field will be updated to include the refund.
2
In the case of an error, this object will contain the error encountered during video render
null