Create evaluation user

Create evaluation user

post

Creates an evaluation user and a new project, and redirects the user to the new project. This API is no longer publicly available. Go to https://studio.edgeimpulse.com/evaluate instead to create an evaluation user.

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api-user-create-evaluate'
{
  "success": true,
  "error": "text",
  "token": "text",
  "redirectUrl": "text"
}

Last updated

Was this helpful?