What is Video Export?
Video export is the process of converting your generated video into a downloadable MP4 file. After video generation is complete, you use the export endpoints to create a final video file that you can download, share, or integrate into your applications.Export Process
The export process follows these steps:1
Complete Video Generation
Ensure your video generation is finished with
status: "completed"
.2
Start Export
Call
/export/start
with the video_id
from generation.3
Monitor Progress
Poll
/export/status/{jobId}
to track export progress.4
Download Video
Get the download URL when export status becomes
completed
.Export Formats
You can export videos in different formats optimized for various platforms:Vertical (9:16)
1080x1920 pixels
Perfect for:
- TikTok
- Instagram Stories
- YouTube Shorts
- Snapchat
Ads (4:5)
1080x1350 pixels
Ideal for:
- Instagram ads
- Facebook ads
- Social media advertising
- Promotional content
Square (1:1)
1080x1080 pixels
Great for:
- Instagram feed posts
- Facebook posts
- LinkedIn posts
- Twitter videos
Landscape (16:9)
1920x1080 pixels
Best for:
- YouTube videos
- Website embeds
- Presentations
- Display content
Use Cases
Content Distribution
Workflow Integration
- Automated Publishing: Export and automatically upload to social platforms
- Content Libraries: Build collections of branded video content
- Multi-Platform Distribution: Create platform-specific versions of each video
- Client Delivery: Provide downloadable videos to clients
Free API Exports: The first export of any video created through the API is completely free. Additional exports or format changes may incur costs depending on your plan.
Next Steps
Export Status API
View the complete API documentation for export status