Sora 2 Video Downloader avatar
Sora 2 Video Downloader

Pricing

$0.05 / 1,000 results

Go to Apify Store
Sora 2 Video Downloader

Sora 2 Video Downloader

Developed by

Salman Ahmed

Salman Ahmed

Maintained by Community

Download Sora videos from OpenAI's platform. Supports single & bulk downloads with multiple quality options. Fast, reliable, privacy-focused.

0.0 (0)

Pricing

$0.05 / 1,000 results

2

2

2

Last modified

2 days ago

Sora Video Downloader Apify Actor

An Apify actor that downloads Sora videos from OpenAI's Sora platform.

Features

  • Downloads Sora videos with multiple quality options
  • Extracts video metadata and prompts
  • Provides direct download URLs
  • Lightweight HTTP-based implementation (no browser automation needed)

Input

The actor expects a single input parameter:

{
"videoUrl": "https://sora.chatgpt.com/p/s_68f3fc41d7588191b30bf008c52e69a7"
}

Output

The actor returns processed video data including:

{
"success": true,
"videoUrl": "https://sora.chatgpt.com/p/...",
"data": {
"description": "Video description/prompt",
"prompt": "Original prompt",
"downloadUrl": "https://proxy-download.com/api/download?url=...",
"downloadUrl01": "https://proxy-download.com/api/download?url=...",
"encodedVideoUrl": "base64_encoded_url",
"encodedVideoUrl01": "base64_encoded_url_01"
},
"timestamp": "2024-01-01T00:00:00.000Z"
}

Usage

Local Development

  1. Install dependencies:

    $npm install
  2. Run locally:

    $npm start

Apify Platform

  1. Push to Apify:

    $apify push
  2. Run on Apify platform with input:

    {
    "videoUrl": "https://sora.chatgpt.com/p/your_video_id"
    }

API Details

This actor uses a specialized API for Sora video downloads:

  • Endpoint: Video processing API
  • Method: POST
  • Format: MP4

The actor processes the encoded URLs and creates direct download links using proxy endpoints for reliable downloads.

Error Handling

The actor includes comprehensive error handling and will return error details in the output if the download fails.

License

ISC