Loading...
Add an API key.
Organization ID
Description of the key
API key. This needs to start with ei_ and will need to be at least 32 characters long.
ei_
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "name": "text", "apiKey": "text", "role": "admin" }), }); const data = await response.json();
{ "success": false, "error": "text" }