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
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
Final export
Final export
Check export status
Check export status
Download after completion
Download after completion
Before Exporting
Make sure:- ✓ All chapters have been created
- ✓ All prompts have completed processing
- ✓ You’ve reviewed the content
Workflow Example
In Claude
Export States
The export can be in one of these states:| State | Description |
|---|---|
queued | Export is queued and waiting to start |
processing | Export is actively being rendered |
completed | Export finished successfully, download URL available |
failed | Export failed, error message provided |
Download the Video
Once the export status iscompleted, you can download the video from the download_url:
Troubleshooting
Export takes too long
Export takes too long
Complex projects with multiple chapters and effects take longer to render. Wait patiently or check the status after a few minutes.
Export fails
Export fails
Common causes:
- No completed chapters in the project
- Corrupted prompts or assets
- Server issues
Can't find download URL
Can't find download URL
The download URL is only available when status is
completed. Keep checking the export status until it finishes.REST API Equivalent
This tool calls:POST /api/v1/projects/{projectId}/export(start export)GET /api/v1/projects/{projectId}/export(check status)