use_template
Create video projects from templates by automatically selecting relevant clips for unfilled slots or specifying custom content for each slot.
Instructions
Create a Statonic project from a template. Auto-selects clips by category for unfilled slots.
Workflow:
Call list_templates to see available templates
Get clips with get_clips_by_category to know what's available
Call use_template with slot overrides (clip_id + text per slot)
Verify with render_preview
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Template ID (from list_templates) | |
| project_name | No | Project name (optional, defaults to template name + date) | |
| slots | No | Array of slot overrides. Unfilled slots auto-select clips by category. |