Send upgrade request
Send an upgrade to Enterprise request to Edge Impulse.
Authorizations
Path parameters
userIdintegerRequired
User ID
Body
reasonstringOptional
Answer to the question: 'Why is this the right time for your team to invest in edge AI?'. This is optional.
useCasestringOptional
Answer to the question: 'What best describes your use case?'. This is optional.
timelinestringOptional
Answer to the question: 'What is your timeline for solving your problem?'. This is optional.
objectivestringOptional
Answer to the question: 'What are you hoping to achieve with an extension?'. This is optional.
trialIdnumberOptional
The user's trial ID. This is optional.
Responses
200
OK
application/json
post
POST /v1/api/users/{userId}/upgrade HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"reason": "text",
"useCase": "text",
"timeline": "text",
"objective": "text",
"trialId": 1
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?