← All models
Analyzes a video and generates synchronized, royalty-free sound effects timed to visible actions. Returns the generated sound-effects audio track for commercial use.
Details
- Accepts
- video
Pricing
- Price
- 1.13 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| prompt | — | Optional. Describe the kind of sound you want; it steers the generated audio for every scene. Leave empty to caption the video automatically. |
| segments | — | Optional. Split the video into time ranges, each with its own sound description. Leave empty to split into scenes automatically. |
| video_urlrequired | string | The video to add sound to (public URL, or upload a file). The generated audio matches the video's length. |
| audio_format | stringenum: wav, mp3, aac, flac | Format of the returned audio file: aac (default), mp3, wav, or flac. (The video with sound is always AAC.) |
Output
| Field | Type | Description |
|---|---|---|
| audio | — | The generated sound, in your chosen audio format. |
| audios | array | All generated sounds, one per sample. |