Skip to main content
POST
Sora 2 Pro — Text to Video
Generate premium quality videos from text descriptions with OpenAI’s Sora 2 Pro model. Supports resolution upscaling and multiple duration options.

Request Body

string
required
Model slug. Use openai/sora-2-pro/text-to-video for text-to-video generation.
object
required
Input parameters for text-to-video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 300,000 micro-cents per second ($0.30/sec)
Default cost: 4 seconds, 720p = 300,000 × 4 × 1 = 1,200,000 micro-cents ($1.20)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples