Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/auth/changePassword \ --header 'Content-Type: application/json' \ --data ' { "email": "john.doe@domain.com", "resetCode": "ABC123", "password": "newSecurePassword456" } '
{ "success": true, "message": "Password changed successfully" }
Changes the user’s password using a valid reset code.
Rate Limiting: 10 requests per minute per IP address.
User email address
"john.doe@domain.com"
Valid reset code
"ABC123"
New password (minimum 6 characters)
6
"newSecurePassword456"
Password changed successfully
true
"Password changed successfully"
Was this page helpful?