# Create project shot **POST /data/projects/{project_id}/shots** Create a shot in a project. Provide name and optional fields like description, sequence_id and nb_frames. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () ### Body: application/json (object) - **name** (string) - **description** (string) - **sequence_id** (string(uuid)) - **nb_frames** (integer) ## Responses ### 201 Shot created #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **sequence_id** (string(uuid)) - **nb_frames** (integer) - **description** (string) [Powered by Bump.sh](https://bump.sh)