OpenAI Videos API

The Videos API enables programmatic creation, extension, and remixing of videos using Sora models. It provides endpoints for creating a new render job from a text prompt, checking video status, downloading finished MP4 files, listing videos with pagination, and deleting videos from storage. Supported models include sora-2 and sora-2-pro.

API entry from apis.yml

apis.yml Raw ↑
aid: openai:openai-videos-api
name: OpenAI Videos API
tags:
- Sora
- Video Generation
- Videos
score: 150
baseURL: https://api.openai.com
humanURL: https://platform.openai.com/docs/api-reference/videos
properties:
- url: https://platform.openai.com/docs/api-reference/videos
  type: Documentation
- url: https://platform.openai.com/docs/guides/video-generation
  type: Documentation
description: The Videos API enables programmatic creation, extension, and remixing of videos using Sora
  models. It provides endpoints for creating a new render job from a text prompt, checking video status,
  downloading finished MP4 files, listing videos with pagination, and deleting videos from storage. Supported
  models include sora-2 and sora-2-pro.