Add API Key

Add an API key. If you set `developmentKey` to `true` this flag will be removed from the current development API key.

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/apikeys \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"name":"string","apiKey":"string","isDevelopmentKey":true,"role":"admin"}'

Last updated

Was this helpful?