Sora2 Image-to-Video
Video Generation - Sora 2
Sora 2 Image to Video
Generate videos from images using Sora 2 model (async)
POST
Sora2 Image-to-Video
Transform images into videos using OpenAI’s Sora 2 model.
Key Features:
- Image Animation - Transform static images into smooth, natural dynamic videos
- Audio Sync Generation - Automatically add matching sound effects and background music
- Physical Realism - Motion effects following real physics laws
- Style Preservation - Maintain original image style and visual features
Authorizations
Please use your API Token for authentication
Body
application/json
Task parameters
Image URL list (required, array)
Minimum array length:
1Example:
[
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
]prompt(required)
Minimum string length:
1Example:
"animate the scene"
aspect ratio(optional,default landscape)
Available options:
portrait, landscape Example:
"landscape"
Video duration (optional, 10 or 15 seconds, default 10)
Available options:
10, 15 Example:
10
Response
OK
Task ID
Example:
"01234567-89ab-cdef-0123-456789abcdef"