GET
/
api
/
projects
/
types
List public project types
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/projects/types
{
  "success": true,
  "error": "<string>",
  "projectTypes": [
    {
      "value": "kws",
      "label": "<string>"
    }
  ]
}

Response

200 - application/json

OK

The response is of type object.