Generate Sound Based on Given Prompt
Conversion Endpoints
Sound Generator
Creates an audio file based on a textual prompt. The generation process is asynchronous and returns a task ID for tracking.
POST
Generate Sound Based on Given Prompt
Authorizations
Body
application/x-www-form-urlencoded
Text prompt guiding the sound generation.
Example:
"Generate a soothing ambient soundscape."
Callback URL for async processing results.
Example:
"http://your-webhook-url.com/callback"
Desired duration of generated audio in seconds (beta feature)
Example:
30