# Import shots csv **POST /import/csv/projects/{project_id}/shots** Import project shots from a CSV file. Creates or updates shots based on CSV rows. Supports sequences, episodes, and task status updates. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) ### Query parameters - **update** (boolean) Whether to update existing shots ## Responses ### 201 Shots imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) - **nb_frames** (integer) - **description** (string) ### 400 Invalid CSV format or missing required columns [Powered by Bump.sh](https://bump.sh)