List public project types

List public project types

get

Retrieve the list of available public project types. You don't need any authentication for this method.

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/projects/types HTTP/1.1
Host: studio.edgeimpulse.com
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "projectTypes": [
    {
      "value": "kws",
      "label": "text"
    }
  ]
}

Last updated

Was this helpful?