Last updated 5 months ago
Was this helpful?
Retrieve the list of available public project types. You don't need any authentication for this method.
GET /v1/api/projects/types HTTP/1.1 Host: studio.edgeimpulse.com Accept: */*
OK
{ "success": true, "error": "text", "projectTypes": [ { "value": "kws", "label": "text" } ] }