Is there an API end point to get Project's Set "Labelling Method"?

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 
![Screenshot 2025-02-10 at 23.42.15|500x170](upload://bFiQJbfUICXx6J8kuKks8WHWwxs.png)

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

Using this information from GET List active projects we can see "labelingMethod" either can either be "object_detection" or "single_label".

And, one can set/change it by the POST method of Update project