Create video from image - Veo 3.1
Generate a video from an image using Google Veo 3.1 model. Supports multiple resolutions (720p, 1080p, 4K) and optional audio generation.
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
Input image. Supports Base64 encoding or HTTPS URL (must be publicly accessible).
"https://example.com/image.jpg"
Text prompt describing the video to generate
20000"The subject slowly turns their head and smiles"
Webhook URL to notify when the task is completed
Text describing what to avoid in the generated video
20000Duration of the generated video in seconds.
4, 6, 8 Resolution of the generated video.
720p, 1080p, 4k Aspect ratio of the generated video. 16:9 for landscape, 9:16 for portrait.
16:9, 9:16 Whether to generate audio for the video
Random seed for reproducibility
x >= 0Response
OK - The task exists and the status is returned
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}