cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/projects/types
{ "success": true, "error": "<string>", "projectTypes": [ { "value": "kws", "label": "<string>" } ] }
Retrieve the list of available public project types. You don’t need any authentication for this method.
OK
Whether the operation succeeded
Array with project types
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?