curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/users/{userId}/feedback \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"type": "feedback",
"subject": "<string>",
"body": "<string>",
"workEmail": "<string>",
"company": "<string>",
"jobTitle": "<string>",
"companySize": "<string>",
"organizationId": 123
}'
{
"success": true,
"error": "<string>"
}
Send feedback to Edge Impulse or get in touch with sales.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/users/{userId}/feedback \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"type": "feedback",
"subject": "<string>",
"body": "<string>",
"workEmail": "<string>",
"company": "<string>",
"jobTitle": "<string>",
"companySize": "<string>",
"organizationId": 123
}'
{
"success": true,
"error": "<string>"
}
User ID
OK
The response is of type object
.