Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/auth/checkResetCode \ --header 'Content-Type: application/json' \ --data ' { "email": "john.doe@domain.com", "resetCode": "ABC123" } '
{ "success": true, "valid": true }
Validates whether the provided reset code is valid for the user.
Rate Limiting: 10 requests per minute per IP address.
User email address
"john.doe@domain.com"
Reset code received via email
"ABC123"
Reset code validation result
true
Whether the reset code is valid
Was this page helpful?