Last updated 11 months ago
Was this helpful?
White label admin only API to update the white label information.
Organization ID
curl -L \ --request PUT \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "supportedProjectTypes": [ "kws" ] }'
{ "success": true, "error": "text" }