Create Keyframe

Create a new keyframe for a scene. Similar to generating assets, but creates a keyframe for the scene. Changes are propagated to clients via Supabase Realtime CDC.

Args: project_id: Project ID scene_id: Scene ID to add the keyframe to prompt: Text description of the keyframe to generate files: Optional list of reference images current_user: Authenticated user db: Database session

Returns: Created keyframe data with image URL

post/api/projects/{project_id}/scenes/{scene_id}/keyframes

Path parameters

project_idstring required
scene_idstring required

Response

Successful Response

{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}/keyframes: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.