Creates an audio file based on a textual prompt. The generation process is asynchronous and returns a task ID for tracking.
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.Documentation Index
Fetch the complete documentation index at: https://docs.musicgpt.com/llms.txt
Use this file to discover all available pages before exploring further.
🚀 Experiment with different descriptions — from realistic sounds (like “city street at night”) to fantastical ones (“alien spacecraft landing”)!
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | String | Yes | A natural language description of the sound you want |
webhook_url | String | Optional | Webhook URL to receive a callback with the audio result |
audio_length | int | Optional | Specify song length (optional) |
content-type: application/x-www-form-urlencoded
Note: If your webhook is set, you’ll get the sound automatically once ready. Otherwise, you can fetch it manually using the conversion_id.
Text prompt guiding the sound generation.
"Generate a soothing ambient soundscape."
Callback URL for async processing results.
"http://your-webhook-url.com/callback"
Desired duration of generated audio in seconds (beta feature)
30