Submit feedback
curl --request POST \
--url https://pria.praxislxp.com/api/user/feedback \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"feedback": "Great feature! Very helpful."
}
'{
"success": true,
"message": "Feedback created!"
}Feedback
Submit feedback
Submits user feedback about the application. Sends a notification email upon successful creation.
POST
/
api
/
user
/
feedback
Submit feedback
curl --request POST \
--url https://pria.praxislxp.com/api/user/feedback \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"feedback": "Great feature! Very helpful."
}
'{
"success": true,
"message": "Feedback created!"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
application/json
User feedback text
Maximum string length:
4096Example:
"Great feature! Very helpful."
Was this page helpful?
⌘I