Create Video with Image 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": [ "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png" ], "model": "sora-2", "orientation": "portrait", "prompt": "make animate", "size": "large", "duration": 15, "watermark": false }'

Parameters

NameInDescriptionRequired
Content-TypeheaderYes
AcceptheaderYes
AuthorizationheaderNo

Request Body

Example

{
  "images": [
    "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png"
  ],
  "model": "sora-2",
  "orientation": "portrait",
  "prompt": "make animate",
  "size": "large",
  "duration": 15,
  "watermark": false
}

Responses

200 -

Example

{
  "id": "sora-2:task_01k6x15vhrff09dkkqjrzwhm60",
  "status": "pending",
  "status_update_time": 1759763427208
}