Sora 2

OpenAI Sora 2 video generation model. Generate AI videos from text or image prompts, 4/8/12 seconds.

All models
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "sora-2",
  "input": {
    "duration": 4,
    "aspect_ratio": "16:9"
  }
}'