Overview
This endpoint provides image to video pro functionality.
Authentication
This endpoint requires authentication using a Bearer token.
Authorization
string
default:"sk-***********"
required
Your API key in the format: Bearer YOUR_API_KEY
Request Body
prompt
string
default:"A video of a horse dancing."
required
Prompt parameter
Request Example
curl -X POST "api/api/v3/openai/sora-2/image-to-video-pro" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A video of a horse dancing.",
"image": "https://filesystem.site/cdn/20250612/998IGmUiM2koBGZM3UnZeImbPBNIUL.png",
"duration": 4,
"resolution": "720p"
}'
Response
Error Responses
{
"error": {
"message": "Invalid signature",
"type": "401"
}
}