Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/auth/checkActivateCode \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "activateCode": "<string>" } '
{ "success": true, "valid": true }
Validates whether the provided activation code is valid for the user.
Rate Limiting: 10 requests per minute per IP address.
User email address
Account activation code
Activation code validation result
Whether the activation code is valid
Was this page helpful?