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
Custom
Custom dimensions (up to 5000x5000)
Perfect for:
- Specific platform requirements
- Custom aspect ratios
- Non-standard displays
- Special projects
Export Costs
High Resolution Surcharge
Videos exported at resolutions exceeding 1080p (width > 1920px OR height > 1080px) incur an additional cost:High Resolution Cost
+2.5 credits per 30 secondsApplies when exporting at resolutions above 1080p (e.g., 4K, custom high-res formats).
This surcharge is added to the base export cost.
Avatar Quality Models
When your video includes an avatar, you can choose from five quality models with different performance and cost characteristics:Standard
FreeBasic avatar quality that works well for most use cases. No additional credits required.Best for:
- Quick exports
- Budget-conscious projects
- Testing and prototyping
Premium
0.8 credits/sec (avatar visibility)Highly realistic and dynamic avatar rendering with enhanced facial expressions and movements.Best for:
- Professional content
- Marketing videos
- High-quality presentations
Ultra
2.3 credits/sec (avatar visibility)Enhanced realism with the highest quality output. Longer processing time for superior results.Best for:
- Premium content
- Flagship campaigns
- Maximum quality requirements
Veo 3 Fast
2.3 credits/sec (per segment)Google Veo 3 Fast model for quick, high-quality generation with AI-powered avatars.
Billed per avatar segment (each segment = 8 seconds).Best for:
- Fast turnaround
- AI-generated avatars
- Modern content creation
Veo 3
5 credits/sec (per segment)Google Veo 3 standard model for the highest quality AI-generated avatars. Exceptional realism.
Billed per avatar segment (each segment = 8 seconds).Best for:
- Cutting-edge quality
- Premium AI content
- Maximum realism
Model availability: Not all avatars support all models. Check the
model_available field when fetching avatars to see which models are supported.Cost Calculation Examples
Example 1: A 60-second API video at standard resolution with 40 seconds of Premium avatar visibility:- Base export cost: 0 credits (API video - included)
- High-res cost: 0 credits (≤1080p)
- Avatar cost: 40s × 0.8 = 32 credits
- Total cost: 32 credits
- Base export cost: 0 credits (API video - included)
- High-res cost: 0 credits (≤1080p)
- Avatar cost: 3 segments × 8 seconds × 2.3 = 55.2 credits
- Total cost: 55.2 credits
- Base export cost: 0 credits (API video - included)
- High-res cost: 2 × 2.5 = 5 credits
- Avatar cost: 0 credits (no avatar)
- Total cost: 5 credits
- Base export cost: 3 × 5 = 15 credits
- High-res cost: 3 × 2.5 = 7.5 credits
- Avatar cost: 60s × 0.8 = 48 credits (avatar visibility)
- Total cost: 70.5 credits
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
Next Steps
Export Status API
View the complete API documentation for export status

