Video To Prompt
video_to_promptTurn one of your finished Video Analysis reports into ONE reusable generation prompt that recreates the source video's look, energy, pacing and mood, with a {your photo} placeholder where your own subject goes. Pass report_id (from analyze_video_report or list_vision_reports) or video_url (the exact source URL you already analyzed). Free: it rewrites the analysis you already paid for and never charges. If the video has not been analyzed yet, run analyze_video_report first. Optional focus: pass mode to control what the prompt describes, and engine to pick the model format — also free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | What the prompt focuses on. action = motion/gestures only, no appearance or scene. scene = setting/camera/lighting only, no subject. action_scene = both, no appearance. description_scene (default) = full prompt including the subject's appearance. | |
| engine | No | Which model format to return: seedance (default, control-format), kling (cinematic prose), or gemini (plain paragraph for Omni). | |
| report_id | No | A finished report id from analyze_video_report or list_vision_reports. | |
| video_url | No | Alternative: the exact public https URL you already analyzed. |