Sound Effect Generation
Generate royalty-free sound effects from a text prompt or video source.
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
The sound effect generation request payload.
The prompt describing the desired sound effect.
"Thunderstorm with heavy rain and distant thunder"
The negative prompt describing sounds to avoid.
"music, voices"
Source video or image URL for generating contextual sound effects. If provided, sourceType is required.
The source media type. Supported: image, video. Required when sourceUrl is provided.
"video"
Requested output duration in seconds. Maximum is 30 seconds.
5
Set to true to process asynchronously.
true
Response
Task accepted. Returns a taskId for async polling or the result URL directly.
Standard response for audio processing tasks.
HTTP-style status code (200 for success, 202 for in-progress).
Download URL of the generated audio file (available when completed).
Task identifier for async polling. Use with GET /v1/task/{task_id}.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Multiple output URLs (e.g. for separation stems).