Triggers the rendering/export process for a completed project. This starts the video generation process asynchronously with customizable output parameters.
This endpoint requires authentication and has enhanced rate limits for
API-generated projects. The export process is asynchronous - use webhooks or
polling to track completion.
If you provide a webhookUrl, the system will send a POST request to your URL when export completes,
including export details and download URL in the notification.
{ "message": "Export started successfully", "projectId": "550e8400-e29b-41d4-a716-446655440000", "status": "exporting"}
Tip: After triggering an export, use the Get
Project endpoint to monitor the export progress.
The downloadUrl and directUrl fields will be populated once the rendering
is complete.
Important: The export process is asynchronous. The API will return
immediately after starting the export, but the actual video rendering happens
in the background. Use webhooks or polling to track completion status.