Get Export Status
Exports
Get Export Status
Check the status of a video export and get the download URL when complete
GET
Get Export Status
Overview
Check the progress of an export job for a project. When the export is complete, this endpoint returns a download URL for the final video.Request
Path Parameters
The project ID
Headers
Bearer token with your API key
Response
Current export status:
queued, processing, completed, or failedURL to download the completed video (only present when
status is completed, otherwise null)Error message if export failed (only present when
status is failed)Examples
Response Examples
Export in Progress
Export Completed
Export Failed
Polling for Completion
To wait for an export to complete, poll this endpoint periodically:Downloading the Video
Once the export is complete, download the video file:Error Responses
No export found for this project
Best Practices
Implement exponential backoff
Implement exponential backoff
Use increasing intervals when polling to reduce API load:
Handle download URL expiration
Handle download URL expiration
Download URLs may expire after a certain time. Download the video promptly:
Show progress to users
Show progress to users
Keep users informed during the export wait:
Next Steps
Start Export
Start a new export
Create New Project
Create another video project