Create Video (with Character)
No Description
Endpoint
POST http://v98store.com/v1/video/create cURL Command
curl -X POST 'http://v98store.com/v1/video/create' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -d '{ "images": [], "model": "sora-2", "orientation": "portrait", "prompt": "make animate", "duration": 15, "character_url": "https://filesystem.site/cdn/20251030/javYrU4etHVFDqg8by7mViTWHlMOZy.mp4", "character_timestamps": "1,3", "size": "large" }' Parameters
| Name | In | Description | Required |
|---|---|---|---|
| Content-Type | header | Yes |
Request Body
Example
{
"images": [],
"model": "sora-2",
"orientation": "portrait",
"prompt": "make animate",
"duration": 15,
"character_url": "https://filesystem.site/cdn/20251030/javYrU4etHVFDqg8by7mViTWHlMOZy.mp4",
"character_timestamps": "1,3",
"size": "large"
} Responses
200 -
Example
{
"id": "sora-2:task_01k900ag82ecgbewj2xa3758z0",
"status": "pending",
"status_update_time": 1762010677921
}