curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/create \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"id": 123
}
Create a new AI Action.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/{projectId}/ai-actions/create \
--header 'x-api-key: <api-key>'
{
"success": true,
"error": "<string>",
"id": 123
}
Project ID
OK
The response is of type object
.