Skip to main content
Sora 2 is OpenAI’s video generation model, available through the Starrise AI API. It supports text-to-video, image-to-video (first-frame reference), and video remixing.

Key Capabilities

  • Text-to-video — Generate videos from natural language descriptions
  • Image-to-video — Use a reference image as the first frame
  • Video remixing — Reuse the structure, motion, and framing from a previous video
  • Flexible duration — 4, 8, or 12 seconds
  • Multiple resolutions — Portrait (720x1280), landscape (1280x720), and more

Workflow

The Sora 2 API is asynchronous. Follow these steps:
  1. Create taskPOST /v1/videos
  2. Query statusGET /v1/videos/{id} (poll until status is completed)
  3. Download videoGET /v1/videos/{id}/content

Quick Example

Step 1: Create Task

Step 2: Query Status

Step 3: Download Video

Parameters

API Reference

View the interactive API Playground for Sora 2.