voicebox_update_story_item_times
Batch update start and end times for multiple story items in a single request, enabling efficient time adjustments for audio projects.
Instructions
Batch update start/end times for multiple story items at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON string — a list of objects, each with "item_id" and optional "start_time_ms" and "end_time_ms". Example: [{"item_id":"abc","start_time_ms":5000,"end_time_ms":8000}] | |
| story_id | Yes | The story ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||