Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/userInstitutionCreatePersonal \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "Personal account created !" }
Creates a new personal Digital Twin instance (UserInstitution with no institution) for the user. Does not return the created record.
JWT token passed in x-access-token header
Personal account created successfully
true
"Personal account created !"
Was this page helpful?