Start Export
Exports
Start Export
Export a video project to a downloadable video file
POST
Start Export
Overview
Starts the export process for a complete video project. All chapters are rendered and combined into a single video file. The export typically takes 2-5 minutes depending on project complexity.Request
Path Parameters
The project ID to export
Headers
Bearer token with your API key
Response
Export status:
queued, processing, completed, or failedHuman-readable status message
Estimated completion time (e.g., “2-5 minutes”)
Examples
Response Example
Error Responses
Export already in progress for this project
Project not found
Project has no completed chapters to export
Best Practices
Verify chapters are ready before exporting
Verify chapters are ready before exporting
Check that all chapters have completed processing:
Handle existing exports
Handle existing exports
If an export is already in progress, wait for it to complete:
Poll for completion
Poll for completion
After starting an export, poll the status endpoint:
Next Steps
Get Export Status
Check export progress and get download URL
List Chapters
View chapters included in the export