Tokenhot
English
  • 中文
  • English
English
  • 中文
  • English
English
  • 中文
  • English
  1. Sora
  • en
    • Terms of Service
    • privacy agreement
    • Image Models
      • DOUBAO
        • doubao-seedream-4-0-250828
        • doubao-seedream-4-5-251128
      • GPT
        • GPT Image-1.5
      • Gemini
        • gemini-2.5-flash-image
        • gemini-3-pro-image-preview
        • gemini-3.1-flash-image-preview
      • dall
        • dall-e-2
        • dall-e-3
    • Video Models
      • DOUBAO
        • doubao-seedance-1-5-pro-251215 (Generate Video Task)
        • doubao-seedance-1-5-pro-251215 (Get video task status and results)
        • doubao-seedance-2-0-260128
        • doubao-seedance-2.0
        • doubao-seedance-2.0 (Get video task information)
        • doubao-seedance-2.0-V2V
        • doubao-seedance-2.0-V2V (Get video task information)
        • doubao-seedance-2.0-fast
        • doubao-seedance-2.0-fast (get video task information)
        • doubao-seedance-2.0-fast-V2V
        • doubao-seedance-2.0-fast-V2V (Get video task information)
      • Sora
        • Sora-2
          POST
        • Sora-2 (Get Video Task Status)
          GET
        • Sora-2 (Get Video Content)
          GET
    • Chat Models
      • Claude
        • claude-opus-4-6
        • claude-opus-4-6-cc
        • claude-sonnet-4-5-20250929
      • GPT
        • GPT 5
        • GPT 5(Responses)
        • GPT 5.2
        • GPT 5.2(Responses)
        • GPT 5.4
        • GPT 5.4(Responses)
      • Gemini
        • gemini-2.5-flash
        • gemini-2.5-pro
        • gemini-3-flash-preview
        • gemini-3.1-pro
        • gemini-3.1-pro-preview
  1. Sora

Sora-2

POST
/v1/videos/
Sora 2 is a second-generation Vincent video model launched by OpenAI. Compared with the first generation, it greatly improves the authenticity, coherence and controllability of physical simulation. It supports longer duration, movie-level multi-camera narrative and original sound and painting synchronization. It can generate high-definition video that is closer to the real physical rules and consistent across the lens of the character scene. It also supports the creation of digital doppelgänger based on short video, and the overall video creation ability is upgraded from generating simple images to closer to real-world simulation.
Actual API Endpoint: * * post https://refreshing-gratitude-production.up.railway.app/v1/videos
Model Code: * * Sora-2

Request

Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Request successful
Body

🟠401
🟠429
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/videos/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "sora-2",
    "prompt": "A dancing kitten",
    "seconds": "8"
}'
Response Response Example
{
    "id": "sora-2-123456",
    "object": "video",
    "model": "sora-2",
    "status": "queued",
    "progress": 0,
    "created_at": 1764347090922,
    "seconds": "8"
}
Modified at 2026-03-25 06:34:43
Previous
doubao-seedance-2.0-fast-V2V (Get video task information)
Next
Sora-2 (Get Video Task Status)
Built with