voicebox_add_story_item
Add a generation to a story by specifying the generation ID, story ID, track number, and start time. Use this to insert audio clips at exact positions in Voicebox story projects.
Instructions
Add a generation to a story.
The generation's audio is placed at the specified time on the specified track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | No | Track number (0 = main track, higher = overlay tracks). | |
| story_id | Yes | The story ID. | |
| generation_id | Yes | The generation ID to add (from voicebox_generate). | |
| start_time_ms | No | Start time in milliseconds. Null = append to end. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||