OpenAI Video Format
Crazyrouter supports the official OpenAI video API format, compatible with the OpenAI SDK.Create Video
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Model name, e.g. sora, sora-pro |
prompt | string | Yes | Video description prompt |
size | string | No | Video size: 1920x1080, 1080x1920, 1080x1080 |
duration | integer | No | Video duration (seconds) |
image_url | string | No | Reference image URL |
storyboard | array | No | Storyboard script |
private | boolean | No | Whether to use private mode |
Request Examples
Response Example
Query Video
cURL
Response Example (Completed)
Download Video
cURL
Edit Video
Passimage_url in the create request for image-to-video:
Storyboard
Private Mode
Setprivate: true so the generated video won’t appear in the public gallery:
Task Status
| Status | Description |
|---|---|
processing | Processing |
completed | Completed |
failed | Failed |