curl --request POST \
--url https://api.avidoai.com/v0/feedback \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"feedback": "The annotations UI could use keyboard shortcuts."
}
'{
"success": true
}Dispatches a feedback email to the Avido team via the Loops transactional email integration. The authenticated user’s email is attached automatically.
curl --request POST \
--url https://api.avidoai.com/v0/feedback \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"feedback": "The annotations UI could use keyboard shortcuts."
}
'{
"success": true
}Your unique Avido API key
Your unique Avido Application ID
Feedback payload
Request body for submitting product feedback.
Free-form feedback message from the authenticated user.
1 - 5000"Love the new dashboard — one small nit on the sidebar..."
Feedback dispatched successfully
Result of a feedback submission.
Whether the feedback email was dispatched successfully.
true