Get Sora 2 Pro Video Generation Task
Sora 2 Pro
Get Sora 2 Pro Generation Task
Retrieve the status and result of a Sora 2 Pro video generation task
GET
Get Sora 2 Pro Video Generation Task
Documentation Index
Fetch the complete documentation index at: https://mulerun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This API retrieves the status and result of a Sora 2 Pro video generation task. Video generation is asynchronous and may take several minutes to complete.
Response Status
Thestatus field in the response indicates the current state of the task:
- pending: Task is queued and waiting to be processed
- processing: Task is currently being executed
- completed: Task completed successfully, video URLs are available
- failed: Task failed, error details are provided
Generation Time
Sora 2 Pro may take longer than Sora 2 due to higher quality processing:- Typically 3-8 minutes for standard requests
- Higher resolution and longer duration may increase processing time
Video Retention
Download URLs are valid for a maximum of 1 hour after generation. If you need long-term storage, copy the file to your own storage system promptly.Response Examples
Completed Task
Processing Task
Failed Task
Polling Recommendations
Since video generation is a long-running operation:- Poll the task status every 15-30 seconds
- Use exponential backoff if necessary to reduce API load
- Maximum generation time can be up to 15 minutes for high-quality renders
- Provide feedback to users that the job is still in progress
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.