Generate Scene Keyframes
Generate keyframe images for a scene's existing plan and propagate changes via Supabase Realtime.
- Parses the scene's stored LLM XML plan
- Generates keyframes sequentially (flat list, no shots)
- Saves each generated keyframe to DB (Supabase Realtime propagates changes to clients)
post/api/projects/{project_id}/scenes/{scene_id}/keyframes/generate
Path parameters
project_idstring required
scene_idstring required
Query parameters
modelstring nullable
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}/keyframes/generate:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.