Voice Cloning is out in beta with Elevenlabs integration!
cURL
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!" }
Submits user feedback about the application. Sends a notification email upon successful creation.
JWT token passed in x-access-token header
User feedback text
4096
"Great feature! Very helpful."
Feedback submitted successfully
true
"Feedback created!"
Was this page helpful?