Skip to main content

Overview

Exports a complete video project to a downloadable MP4 file. All chapters are rendered and combined into a single video.
Processing time: Exports typically take 2-5 minutes depending on project complexity.

Parameters

string
required
The project ID to export (e.g., prj_abc123xyz)

Returns

Returns the export job status. Check back periodically to get the download URL.

Example Usage

In Claude

Direct Tool Call

Response (Started)

Response (After Completion)

Common Use Cases

Claude will check the status and let you know when it’s done.
Claude will start the export and provide the URL once ready.

Before Exporting

Make sure:
  • ✓ All chapters have been created
  • ✓ All prompts have completed processing
  • ✓ You’ve reviewed the content
Only completed chapters will be included in the export. Chapters without content or with failed prompts will be skipped.

Workflow Example

In Claude

Export States

The export can be in one of these states:

Download the Video

Once the export status is completed, you can download the video from the download_url:
Download URLs are temporary. Download your video promptly after the export completes.

Troubleshooting

Complex projects with multiple chapters and effects take longer to render. Wait patiently or check the status after a few minutes.
Common causes:
  • No completed chapters in the project
  • Corrupted prompts or assets
  • Server issues
Try checking chapter status and retry the export.
The download URL is only available when status is completed. Keep checking the export status until it finishes.

REST API Equivalent

This tool calls:
  1. POST /api/v1/projects/{projectId}/export (start export)
  2. GET /api/v1/projects/{projectId}/export (check status)
See the Export API documentation for more details.