Accept End-User License Agreement

Accept End-User License Agreement

post

To access some models or tooling, you might need to first accept an End-User License Agreement. The full list of available EULAs are listed via GetUserResponse.

Authorizations
Body
namestring · enumRequiredPossible values:
Responses
200
OK
application/json
post
POST /v1/api/user/accept-eula HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "name": "syntiant"
}
200

OK

{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?