{ "opencollection": "1.0.0", "info": { "name": "Edge Impulse Whitelabels API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Whitelabels", "type": "folder" }, "items": [ { "info": { "name": "List the registered white labels", "type": "http" }, "http": { "method": "GET", "url": "https://studio.edgeimpulse.com/v1/api/whitelabels" }, "docs": "Retrieve the list of registered white labels." }, { "info": { "name": "Create a new white label", "type": "http" }, "http": { "method": "POST", "url": "https://studio.edgeimpulse.com/v1/api/whitelabels", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new white label" }, { "info": { "name": "White label information", "type": "http" }, "http": { "method": "GET", "url": "https://studio.edgeimpulse.com/v1/api/whitelabel/:whitelabelIdentifier", "params": [ { "name": "whitelabelIdentifier", "value": "", "type": "path", "description": "Whitelabel ID" } ] }, "docs": "Retrieve all the information about this white label." }, { "info": { "name": "Update white label", "type": "http" }, "http": { "method": "PUT", "url": "https://studio.edgeimpulse.com/v1/api/whitelabel/:whitelabelIdentifier", "params": [ { "name": "whitelabelIdentifier", "value": "", "type": "path", "description": "Whitelabel ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the white label with the given id." }, { "info": { "name": "Deletes a white label", "type": "http" }, "http": { "method": "DELETE", "url": "https://studio.edgeimpulse.com/v1/api/whitelabel/:whitelabelIdentifier", "params": [ { "name": "whitelabelIdentifier", "value": "", "type": "path", "description": "Whitelabel ID" } ] }, "docs": "Deletes the white label with the given id." }, { "info": { "name": "Get white label domain", "type": "http" }, "http": { "method": "GET", "url": "https://studio.edgeimpulse.com/v1/api/whitelabel/:whitelabelIdentifier/domain", "params": [ { "name": "whitelabelIdentifier", "value": "", "type": "path", "description": "Whitelabel ID" } ] }, "docs": "Get a white label domain given its unique identifier." }, { "info": { "name": "Update deployment targets", "type": "http" }, "http": { "method": "POST", "url": "https://studio.edgeimpulse.com/v1/api/whitelabel/:whitelabelIdentifier/deploymentTargets", "params": [ { "name": "whitelabelIdentifier", "value": "", "type": "path", "description": "Whitelabel ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update some or all of the deployment targets enabled for this white label." }, { "info": { "name": "Get impulse blocks", "type": "http" }, "http": { "method": "GET", "url": "https://studio.edgeimpulse.com/v1/api/whitelabel/:whitelabelIdentifier/impulse/blocks", "params": [ { "name": "whitelabelIdentifier", "value": "", "type": "path", "description": "Whitelabel ID" } ] }, "docs": "Lists all possible DSP and ML blocks available for this white label." } ] } ], "bundled": true }