Skip to main content
POST
Sora format

Introduction

Sora 2 supports the OpenAI Videos API in addition to the unified Submit video task endpoint:
  • Create: POST /v1/videos (multipart recommended)
  • Poll: GET /v1/videos/{task_id}
  • Download: Download video
Only Sora 2 uses /v1/videos and the dedicated download endpoint. Other models use /v1/video/generations.

Authentication

string
必填
Bearer Token, e.g. Bearer sk-xxxxxxxxxx

Request examples

See OpenAI Videos API and Submit video task.