Import project shots via a .csv file.

POST /import/csv/projects/{project_id}/shots

Path parameters

Responses

  • 201

    The lists of imported assets.

  • 400

    The .csv file is not properly formatted.

POST /import/csv/projects/{project_id}/shots
curl \
 -X POST http://localhost:8080/api/import/csv/projects/{project_id}/shots \
 -H "Authorization: $API_KEY"