Create a new institution
curl --request POST \
--url https://pria.praxislxp.com/api/admin/institution \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"account": "<string>",
"status": "active",
"credits": 123,
"publicId": "<string>",
"ainame": "Pria",
"contactEmail": "jsmith@example.com",
"poolCredits": true
}
'{
"success": true,
"id": "<string>",
"message": "<string>"
}Admin Institutions
Create a new institution
Creates a new institution in the system
POST
/
api
/
admin
/
institution
Create a new institution
curl --request POST \
--url https://pria.praxislxp.com/api/admin/institution \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"account": "<string>",
"status": "active",
"credits": 123,
"publicId": "<string>",
"ainame": "Pria",
"contactEmail": "jsmith@example.com",
"poolCredits": true
}
'{
"success": true,
"id": "<string>",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Body
application/json
Institution name/domain
Account ID reference
Available options:
active, inactive Initial credits
Public UUID identifier
AI assistant name
Contact email
Pool credits between users
Was this page helpful?
⌘I