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.
curl --request GET \
--url https://studio.edgeimpulse.com/v1/api/projects/types
{
"success": true,
"error": "<string>",
"projectTypes": [
{
"value": "kws",
"label": "<string>"
}
]
}
OK
The response is of type object
.