Pictory Projects
pictory_projectsManage Pictory projects and master video templates with full web dashboard synchronization: retrieve, update, or delete projects, and create or edit reusable templates for streamlined video creation.
Instructions
Manage Pictory projects and master video templates (full web UI synchronization).
Supported Actions:
'list_projects': List all saved projects in your Pictory web dashboard (GET /v2/projects).
'get_project': Get complete scene data for a specific project ID (GET /v2/projects/{project_id}).
'update_project': Update an existing project's scenes, text, or settings (PUT /v2/projects/{project_id}).
'update_scene': Surgically update a single scene's footage, thumbnail, duration, or text with auto-concurrency retry and schema protection.
'delete_project': Delete a project from your account (DELETE /v2/projects/{project_id}).
'list_templates': List saved master video templates (GET /v1/templates).
'get_template': Get template configuration by ID (GET /v1/templates/{template_id}).
'create_template': Create a new reusable brand video template (POST /v1/templates).
'update_template': Update an existing video template (PUT /v1/templates/{template_id}).
'delete_template': Delete a video template (DELETE /v1/templates/{template_id}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| text | No | ||
| action | Yes | ||
| library | No | getty | |
| payload | No | ||
| asset_id | No | ||
| duration | No | ||
| file_path | No | ||
| media_url | No | ||
| page_size | No | ||
| project_id | No | ||
| description | No | ||
| template_id | No | ||
| scene_number | No | ||
| thumbnail_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||