Create Video Sora-2

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", "size": "large", "duration": 15, "watermark": false, "private": true }'

Parameters

NameInDescriptionRequired
Content-TypeheaderYes
AcceptheaderYes
AuthorizationheaderNo

Request Body

Example

{
  "images": [],
  "model": "sora-2",
  "orientation": "portrait",
  "prompt": "make animate",
  "size": "large",
  "duration": 15,
  "watermark": false,
  "private": true
}

Responses

200 -

Example

{
  "id": "sora-2:task_01k9008rhbefnt3rb1g9szxdwr",
  "status": "pending",
  "status_update_time": 1762010621323
}