Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request PUT \ --url https://pria.praxislxp.com/api/admin/freeInstitutionCreditsById/{id} \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data '{ "credits": 123 }'
{ "success": true, "message": "User institution deleted successfully" }
Awards free credits to a specific institution
JWT token passed in x-access-token header
Institution ID
Number of free credits to award
Credits awarded successfully
true
Success message
"User institution deleted successfully"
Was this page helpful?