Generate Video from Document
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_id
ID of the document to generate video from
studio_uid
Optional UID of the AI Studio this video belongs to
summary_id
Optional specific summary chunk to use
prompt
Optional custom prompt override
negative_prompt
Elements to exclude from video
Response
Video generation started
Errors
400
Bad Request Error
404
Not Found Error
503
Service Unavailable Error

