Create Video

Create a new video/motion for a scene.

Args: project_id: Project ID scene_id: Scene ID to add the video to request: JSON body with 'prompt' and 'duration' fields current_user: Authenticated user db: Database session

Returns: Created video data

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

Path parameters

project_idstring required
scene_idstring required

Request body

object required

Response

Successful Response

{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}/videos:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.