← All models
Generates perfectly synced music for any video. Return a licensed music soundtrack ready for commercial use (optional preservation of the original speech in video)
Example
Details
- Accepts
- video
Pricing
- Price
- 1.13 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| prompt | — | Optional text prompt steering the musical style. If omitted, a prompt is generated automatically from the video. |
| duration | — | Optional. Length (seconds) of the video segment to score. When set, scores a segment of this length starting at Start Offset (or from the beginning if Start Offset is unset). Defaults (None) to the rest of the video. |
| video_urlrequired | string | Public http(s) URL of the source video to score. |
| num_samples | integer | How many distinct scored videos to generate. |
| start_offset | — | Optional. Start scoring from this offset (seconds) into the video. Requires Start Offset + Duration <= Video Duration. |
| prompt_influence | number | Turn it up to match the text prompt |
| keep_speech_vocal | boolean | Keep the original video's speech/vocals. When on, the source audio is separated (music source separation), and only the isolated vocals are blended over the generated music with automatic ducking (the music dips under speech). When off (default), the original soundtrack is dropped and the video carr… |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The first scored video (source video muxed with generated music). |
| videos | array | All scored videos (mp4), one per sample. |