# Import assets csv **POST /import/csv/projects/{project_id}/assets** Import project assets from a CSV file. Creates or updates assets based on CSV rows. Supports metadata descriptors 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 assets ## Responses ### 201 Assets imported successfully #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **entity_type_id** (string(uuid)) - **description** (string) ### 400 Invalid CSV format or missing required columns [Powered by Bump.sh](https://bump.sh)