# Create project scene **POST /data/projects/{project_id}/scenes** Create a new scene in a project. Provide a name and the related sequence id. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () ### Body: application/json (object) - **name** (string) - **sequence_id** (string(uuid)) ## Responses ### 201 Scene created for given project #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) [Powered by Bump.sh](https://bump.sh)