Get the details of a audio project. The downloads field will be empty unless the audio was successfully rendered.
The audio can be one of the following status
draft - not currently usedqueued - the job is queued and waiting for a GPUrendering - the generation is in progresscomplete - the audio is successful createderror - an error occurred during renderingcanceled - audio render is canceled by the userBearer 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".
Unique ID of the audio project. This value is returned by all of the POST APIs that create an audio.
"cuid-example"
Success
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_CLONER
"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