Sora API
Generate video with Sora 2 — text-to-video with synced audio — billed per second. OpenAI-compatible, no waitlist.
Access OpenAI's Sora 2 video model through APIMaster — no waitlist, no overseas account. Generate text-to-video with synced audio and cinematic motion, billed per second of output. The Sora API endpoint is OpenAI-compatible, so you can call it from any HTTP client or OpenAI-style SDK with a single API key.
What is the Sora API?
The Sora API gives developers programmatic access to OpenAI's Sora 2 text-to-video model. Instead of the consumer app, you send a prompt to a REST endpoint and get back a generated video with synchronized audio — ideal for building video-generation features into your own products. APIMaster exposes the Sora 2 API (and the higher-resolution Sora 2 Pro API) through a single OpenAI-compatible Sora video API, so you get a Sora API key in minutes with no waitlist and no US account. Sora API pricing is pay-as-you-go and billed per second of output: you pay only for what you generate, at rates below the official list price, with no subscription. Submit a prompt with your chosen duration and resolution, poll the task until it completes, then download the MP4 — the same image-to-video and text-to-video capabilities as Sora, available over a standard HTTP API.
Canal 03
Historique des empreintes
Aucune donnée de détection
Disponibilité
Aucune donnée de détection
Transparent per-second pricing at a discount to official rates — no subscription, no surprise markups.
Sora API — Pricing
| Model | Resolution | Our price | Official | Save |
|---|---|---|---|---|
| Sora 2 | 720p | $0.1/s | $0.1/s | — |
| Sora 2 Pro | 720p | $0.3/s | $0.3/s | — |
| Sora 2 Pro | 1024p | $0.5/s | $0.5/s | — |
| Sora 2 Pro | 1080p | $0.7/s | $0.7/s | — |
Capabilities
Synced audio
Text-to-video with synchronized audio and sound.
Cinematic motion
Realistic physics and cinematic camera control.
Per-second billing
Pay only for the seconds you generate — no subscription.
Use cases
Quick start
curl https://apimaster.ai/v1/videos/generations \
-H "Authorization: Bearer $APIMASTER_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "sora-2",
"prompt": "A drone shot over a coastal city at dawn",
"seconds": 4
}'Sora API — Foire aux questions
How do I get a Sora API key?
Sign up, top up from $1, and create a key in the console — no waitlist and no US account. The key works with the OpenAI-compatible Sora video API right away.
How much does the Sora API cost?
Sora API pricing is pay-as-you-go, billed per second of output: seconds × per-second rate (see the price table above). Available models: sora-2, sora-2-pro. Rates are below the official list price, with no subscription.
Is the Sora 2 API OpenAI-compatible?
Yes. The Sora 2 API and Sora 2 Pro API use an OpenAI-compatible video endpoint, so any HTTP client or OpenAI-style SDK can call it.
Does the Sora video API support image-to-video?
Yes. Pass a reference image to the Sora video API for image-to-video, or send a prompt only for text-to-video. Orientation is inferred from the reference image.
Is my data safe?
Yes. Your Sora API data is not stored or used for training, and all requests are sent over encrypted connections.
Other models
Comment commencer
Créez votre API Key
Inscrivez-vous et créez une API key compatible OpenAI en 3 secondes. Aucune carte de crédit nécessaire.
Créer une API KeyRechargez votre solde
Ajoutez des crédits via USDT ou Epay. Un seul solde fonctionne pour tous les modèles et fournisseurs.
Recharger maintenantBranchez dans votre code ou votre agent
Remplacez par votre APIMaster key et votre base URL — fonctionne avec tout outil compatible OpenAI : Claude Code, Cursor, LangChain, LiteLLM, etc.
Voir la documentation