Generate episode music
generate_episode_musicGenerate a background music track for an episode. Requires the episode to already have an assembled video. Spends credits. Returns a job id — poll it with get_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episode_id | Yes | Episode id. | |
| idempotency_key | Yes | Stable key identifying this generation request. Reuse the SAME key when retrying the same request — the original job is returned and no second charge is made. Use a NEW key when you deliberately want another generation. |