Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/auth/generateResetCode \ --header 'Content-Type: application/json' \ --data ' { "email": "john.doe@domain.com" } '
{ "success": true, "message": "Reset code sent to email" }
Sends a password reset code to the user’s email address.
Rate Limiting: 3 requests per minute per IP address.
Email address of the user
"john.doe@domain.com"
Reset code generated and sent successfully
true
"Reset code sent to email"
Was this page helpful?