Video generation overview
Sora 2 video generation on APIMaster.ai. Submit async tasks, poll status, and download MP4 via APIMaster URLs.
Video generation overview
APIMaster provides Sora 2 at https://apimaster.ai/v1 (https://apimaster.ai/v1), including text-to-video and image-to-video.
| Model | Description | Doc |
|---|---|---|
sora-2 |
Standard, 720p | Sora 2 |
sora-2-pro |
Pro, 720p / 1024p / 1080p | Sora 2 |
sora |
Alias for sora-2 |
Same as above |
kling-v3-motion-control |
Kling motion control (ref image + ref video) | Kling Motion Control |
Conventions
- Auth:
Authorization: Bearer YOUR_API_KEY(get key) - Async: submit returns
task_id; poll untilcompleted - Download:
https://apimaster.ai/v1/videos/{task_id}/content - Save promptly: download and store the MP4 after completion
Recommended flow
- Submit (either)
- Native:
POST https://apimaster.ai/v1/videos/generations(duration/resolution/aspect_ratio) - OpenAI:
POST https://apimaster.ai/v1/videos(seconds/size/images)
- Native:
- Poll:
GET https://apimaster.ai/v1/videos/{task_id} - Download:
GET https://apimaster.ai/v1/videos/{task_id}/content
Submit response formats differ — see Sora 2.