Skip to main content
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

string
required
The project ID

Headers

string
required
Bearer token with your API key

Response

string
Current export status: queued, processing, completed, or failed
string | null
URL to download the completed video (only present when status is completed, otherwise null)
string
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

404
No export found for this project

Best Practices

Use increasing intervals when polling to reduce API load:
Download URLs may expire after a certain time. Download the video promptly:
Keep users informed during the export wait:

Next Steps

Start Export

Start a new export

Create New Project

Create another video project