# Import casting csv **POST /import/csv/projects/{project_id}/casting** Import project casting links from a CSV file. Links assets to shots, sequences, or episodes based on CSV rows. ## 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 casting links ## Responses ### 201 Casting links imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) - **entity_in_id** (string(uuid)) - **entity_out_id** (string(uuid)) - **nb_occurences** (integer) - **label** (string) ### 400 Invalid CSV format or missing required columns [Powered by Bump.sh](https://bump.sh)