Voice Cloning is out in beta with Elevenlabs integration!
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/admin/accounts \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "minimum": true } '
{ "success": true, "data": [ { "_id": "<string>", "name": "<string>", "description": "<string>", "status": "active", "credits": 123, "created": "2023-11-07T05:31:56Z" } ] }
Retrieves all accounts with optional filtering
JWT token passed in x-access-token header
Return minimal data
Accounts retrieved successfully
Show child attributes
Was this page helpful?