cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/user/accept-eula \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "syntiant" }'
{ "success": true, "error": "<string>" }
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.
GetUserResponse
OK
The response is of type object.
object