1. OpenAI
English
  • English
  • 简体中文
  • Introduction (Must Read)
  • OpenAI official library usage tutorial
  • Obtain Base URL and API Key
  • OpenAI
    • Chat
      POST
    • Chat (o1,o3,o4 series model)
      POST
    • dall--e-3
      POST
    • gpt-image-1
      POST
    • Image edit
      POST
    • Analyze image
      POST
    • Analyze PDF
      POST
    • o3-pro
      POST
    • Sora生成
      POST
    • Sora 查询
      GET
  • Gemini
    • gemini
      POST
  1. OpenAI

Sora 查询

Developing
GET
{{base_url}}/v1/videos/{{video_id}}/content

Request

Header Params

Body Params multipart/form-data

Responses

🟢200成功
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{base_url}}/v1/videos/{{video_id}}/content' \
--header 'Authorization: sk-a7ITDoX'
Response Response Example
{}
Modified at 2026-02-02 04:37:44
Previous
Sora生成
Next
gemini
Built with