How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Edge Impulse User API

The User API from Edge Impulse — 43 operation(s) for user.

Edge Impulse User API is one of 36 APIs that Edge Impulse publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 48 operations across 43 paths, and defines 60 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://studio.edgeimpulse.com/v1.

48 operations 43 paths 60 schemas 3 DELETE12 GET33 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://studio.edgeimpulse.com/v1
Authentication
API Key, API Key, API Key
Resource Areas
1

Authentication & Security 3

Edge Impulse User API declares 3 security schemes for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuthentication). An API key is passed in the cookie as jwt (JWTAuthentication). An API key is passed in the header as x-jwt-token (JWTHttpHeaderAuthentication). By default, every request must be authenticated.

Paths & Operations 48

Across 43 paths, the API surfaces 48 operations — 3 DELETE, 12 GET, 33 POST. Each is listed below with its method, path, parameters, and response codes.

User 48
POST
/api-user-create
Create user
createUser body → 200
POST
/api-user-create-evaluate
Create evaluation user
createEvaluationUser → 200
POST
/api-create-pro-user
Create Professional Tier user
createProTierUser body → 200
POST
/api-user-create-enterprise-trial
Create enterprise trial user
createEnterpriseTrialUser body → 200
GET
/api-user-need-to-set-password/{usernameOrEmail}
Get user registration state
getUserNeedToSetPassword 1 param → 200
GET
/api/user
Get current user
getCurrentUser 1 param → 200
POST
/api/user
Update current user
updateCurrentUser body → 200
DELETE
/api/user
Delete current user
deleteCurrentUser body → 200
GET
/api/user/projects
Get current user projects
getCurrentUserProjects → 200
POST
/api/user/convert
Convert current evaluation user
convertCurrentUser body → 200
POST
/api/user/activate
Activate current user
activateCurrentUser body → 200
POST
/api/user/request-activation
Request activation code
requestActivationCodeCurrentUser → 200
POST
/api/user/create-developer-profile
Create developer profile
createDeveloperProfile → 200
POST
/api/user/trial
Start enterprise trial
startEnterpriseTrial body → 200
GET
/api/user/emails
List emails
listEmailsCurrentUser → 200
POST
/api/user/photo
Upload photo
uploadPhotoCurrentUser body → 200
DELETE
/api/user/photo
Delete photo
deletePhotoCurrentUser → 200
POST
/api/user/change-password
Change password current user
changePasswordCurrentUser body → 200
GET
/api/user/organizations
Get organizations
listOrganizationsCurrentUser → 200
GET
/api/users/buckets
Get buckets current user
listOrganizationBucketsCurrentUser → 200
POST
/api/user/by-third-party-activation-code
Get user by third party activation code
getUserByThirdPartyActivationCode body → 200
POST
/api/user/activate-by-third-party-activation-code
Activate user by third party activation code
activateUserByThirdPartyActivationCode body → 200
POST
/api/user/accept-tos
Accept Terms of Service
acceptTermsOfService → 200
POST
/api/user/dismiss-notification
Dismiss a notification
userDismissNotification body → 200
POST
/api/user/mfa/totp/create-key
Generate a new TOTP MFA key
userGenerateNewTotpMfaKey → 200
POST
/api/user/mfa/totp/set-key
Set TOTP MFA key
userSetTotpMfaKey body → 200
POST
/api/user/mfa/totp/clear
Remove TOTP MFA key
userDeleteTotpMfaKey body → 200
POST
/api/user/subscription/upgrade
Upgrade subscription
userUpgradeSubscription body → 302
POST
/api/user/subscription/cancel
Cancel subscription
userCancelSubscription body → 200
POST
/api/user/subscription/undo-cancel
Undo subscription cancellation
userUndoCancelSubscription → 200
GET
/api/user/subscription/metrics
Get user billable compute metrics
userGetSubscriptionMetrics → 200
GET
/api/users/{userId}
Get user
getUser 1 param → 200
POST
/api/users/{userId}
Update user
updateUser 1 param body → 200
DELETE
/api/users/{userId}
Delete user
deleteUser 1 param body → 200
POST
/api/users/{userId}/activate
Activate user
activateUser 1 param body → 200
POST
/api/users/{userId}/request-activation
Request activation code
requestActivationCodeUser 1 param → 200
GET
/api/users/{userId}/emails
List emails
listEmailsUser 1 param → 200
POST
/api/users/{userId}/photo
Upload photo
uploadPhotoUser 1 param body → 200
POST
/api/users/{userId}/change-password
Change password
changePasswordUser 1 param body → 200
POST
/api/users/{userId}/set-password
Set password for SSO user
setUserPassword 1 param body → 200
GET
/api/users/{userId}/organizations
Get organizations
listOrganizationsUser 1 param → 200
GET
/api/users/{userId}/buckets
Get buckets
listOrganizationBucketsUser 1 param → 200
POST
/api/users/{userId}/feedback
Send feedback
sendUserFeedback 1 param body → 200
POST
/api/users/{userId}/upgrade
Send upgrade request
sendUserUpgradeRequest 1 param body → 200
GET
/api/users/{userId}/trials
Get enterprise trials
listEnterpriseTrialsUser 1 param → 200
POST
/api-user-request-reset-password
Request reset password
requestResetPassword body → 200
POST
/api-user-reset-password
Reset password
resetPassword body → 200
POST
/api-user-verify-reset-password-code
Verify reset password code
verifyResetPassword body → 200

Schemas 60

The contract defines 60 schemas that model the data the API accepts and returns. The most detailed are Project (29 properties), User (18 properties), UserOrganization (15 properties), Organization (15 properties). Each schema is shown below with its type and property counts.

UserSubscriptionMetricsResponse
User
object
18 properties 9 required
ActivateUserOrVerifyEmailRequest
object
1 property 1 required
UserDeleteTotpMfaKeyRequest
object
1 property 1 required
CreateUserResponse
ListOrganizationBucketsUserResponse
TrialExpirationDate
string
Expiration date of the trial. The trial will be set as expired after this date. There will be a grace period of 30 days after a trial expires before fully dele…
UserTierEnum
string
The user account tier.
Permission
string
OrganizationMemberRole
string
UpgradeSubscriptionRequest
object
3 properties 3 required
ListEnterpriseTrialsResponse
VerifyResetPasswordRequest
object
2 properties 2 required
UploadUserPhotoRequest
object
1 property 1 required
CreateProTierUserRequest
EntityCreatedResponse
GetUserProjectsResponse
ListEmailResponse
UpdateUserRequest
object
Only fields set in this object will be updated.
6 properties
ProjectCollaborator
DeleteUserRequest
object
2 properties
RequestResetPasswordRequest
object
1 property 1 required
ChangePasswordRequest
object
2 properties 2 required
ListOrganizationsResponse
UploadUserPhotoResponse
UserExperiment
object
5 properties 4 required
BillingCycle
string
Specifies the frequency at which the subscription fee is billed: - monthly: Billed once every month. - yearly: Billed once every year, often at a discounted ra…
EnterpriseUpgradeOrTrialExtensionRequest
object
5 properties
CreateEvaluationUserResponse
CreateDeveloperProfileResponse
ActivateUserByThirdPartyActivationCodeRequest
object
5 properties 3 required
UserByThirdPartyActivationRequest
object
1 property 1 required
Organization
object
15 properties 10 required
SendUserFeedbackRequest
object
8 properties 3 required
GetJWTResponse
ConvertUserRequest
object
6 properties 5 required
StaffInfo
object
3 properties 2 required
DowngradeSubscriptionRequest
object
1 property
Project
object
29 properties 17 required
GetUserNeedToSetPasswordResponse
ProjectTierEnum
string
The project tier. This is "enterprise" for all organization projects, or the user tier for all user projects.
EnterpriseTrial
object
9 properties 8 required
EntitlementLimits
object
5 properties
GetUserResponse
SetUserPasswordRequest
object
3 properties 3 required
CreateUserRequest
object
13 properties 4 required
GenericApiResponse
object
2 properties 1 required
UserSetTotpMfaKeyRequest
object
2 properties 2 required
ResetPasswordRequest
object
3 properties 3 required
CreateEnterpriseTrialResponse
UserDismissNotificationRequest
object
1 property 1 required
UserOrganization
object
15 properties 13 required
UserProjectsSortOrder
string
TrialNotes
string
Notes about the trial. Free form text. This field is ignored if the trial is requested by a non-admin user.
UtmParameter
object
CreateEnterpriseTrialUserRequest
UserGenerateNewMfaKeyResponse
OrganizationUser
StartEnterpriseTrialRequest
object
12 properties
UserSetTotpMfaKeyResponse

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

edge-impulse-user-api-openapi.yml Raw ↑

Other APIs Edge Impulse publishes across the network.

Edge Impulse Admin API
Edge Impulse Auth API
Edge Impulse Canary API
Edge Impulse CDN API
Edge Impulse Classify API
Edge Impulse Deployment API
Edge Impulse Devices API
Edge Impulse DSP API
Edge Impulse EmailVerification API
Edge Impulse Export API
Edge Impulse FeatureFlags API
Edge Impulse Health API
Where this information came from

This is an independent, third-party profile of Edge Impulse User API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.