Question/Issue:
I’m trying to send some image data to a project and set label as they get sent top the studio.
I realized during dev that, if the Labelling Method
set is not set to One Label Per Data Item
, The label doesn’t get set by API:
say with:
curl -X POST \
-H "x-api-key: ei_238fae..." \
-H "x-label: car" \
-H "Content-Type: multipart/form-data" \
-F "data=@one.png" \
-F "data=@two.png" \
https://ingestion.edgeimpulse.com/api/training/files

Is there an API end point to get Project’s Set “Labelling Method”?
I could not find an API. Maybe I’m not looking at the right place??
Project ID:
621016
Context/Use case:
Would be helpful to alert user to change before sending data with label