Pictory Video
pictory_videoCreate, render, preview, and update Pictory videos programmatically. Automate video production from storyboard to final render with job polling and optional webhooks.
Instructions
Create, render, preview, and patch Pictory videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to execute ('render_storyboard', 'create_preview', 'render_from_preview', 'update_elements', 'render_project', 'poll_job'). | |
| job_id | No | The job ID returned from preview, render, or transcription (required for poll_job, render_from_preview, update_elements). | |
| project_id | No | The saved Pictory project ID (required for render_project). | |
| webhook_url | No | Optional webhook URL to receive callback notification on job completion. | |
| elements_payload | No | Partial elements JSON for surgical storyboard updates. | |
| storyboard_payload | No | Complete storyboard JSON definition (videoName, aspectRatio, scenes, voiceOver, etc.). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||