Skip to main content
POST
Generate Sound Based on Given Prompt

Authorizations

Authorization
string
header
required

Body

application/x-www-form-urlencoded
prompt
string
required

Text prompt guiding the sound generation.

Example:

"Generate a soothing ambient soundscape."

generate_album_cover
boolean
default:false

Whether to generate an album cover for the generated audio

webhook_url
string

Callback URL for async processing results.

Example:

"http://your-webhook-url.com/callback"

audio_length
integer

Desired duration of generated audio in seconds (beta feature)

Example:

30

Response

Successfully initiated sound generation

success
boolean
task_id
string
conversion_id
string
eta
integer
credit_estimate
number<float>
message
string