Skip to main content
POST
Generate Sound Based on Given Prompt
Create custom sounds with AI using just a simple prompt. Sound Generator lets you synthesize high-quality sound effects and audio textures directly from text prompts. Perfect for developers, game designers, filmmakers, and creative technologists who need original sounds on demand.
  • Generate realistic or abstract sounds
  • Fine-tuned AI audio creation
  • Instant feedback or asynchronous delivery via webhook
Sound Generator is designed for flexibility, speed, and professional-grade quality.

Endpoint

Use this endpoint to generate sounds based on a text description.

Sample Output

Listen to an actual sample: Prompt: sound of waves crashing at the sea shore. Download Audio

Try it Yourself

Visit the Sound Generator Endpoint Explorer to try live prompt-based sound creation.
🚀 Experiment with different descriptions — from realistic sounds (like “city street at night”) to fantastical ones (“alien spacecraft landing”)!

Request Parameters

content-type: application/x-www-form-urlencoded

Sample Request

Python


Sample Response

Success (200 OK)


Webhook Response

Once the sound is ready, your webhook will receive:
Note: If your webhook is set, you’ll get the sound automatically once ready. Otherwise, you can fetch it manually using the conversion_id.

Payload and Request Formation

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