Loading...
Add an HMAC key. If you set developmentKey to true this flag will be removed from the current development HMAC key.
developmentKey
true
/api/{projectId}/hmackeys
Project ID
Description of the key
HMAC key.
Whether this key should be used as a development key.
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"name":"text","hmacKey":"text","isDevelopmentKey":true}'
{ "success": true, "error": "text", "id": 1 }