Generate Video from Document

View as Markdown
Generate a video using Google Veo API from a document's summary. The video will be generated asynchronously and you can check the status using the video ID.

Request

This endpoint expects an object.
document_idintegerRequired
ID of the document to generate video from
studio_uidstring or nullOptional
Optional UID of the AI Studio this video belongs to
summary_idinteger or nullOptional
Optional specific summary chunk to use
promptstring or nullOptional
Optional custom prompt override
negative_promptstring or nullOptional
Elements to exclude from video

Response

Video generation started

Errors

400
Bad Request Error
404
Not Found Error
503
Service Unavailable Error