Create a new collection
curl --request POST \
--url https://pria.praxislxp.com/api/user/collection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"institution": "<string>",
"account_shared": true,
"parent": "<string>",
"color": "#10b981"
}
'Collections
Create a new collection
POST
/
api
/
user
/
collection
Create a new collection
curl --request POST \
--url https://pria.praxislxp.com/api/user/collection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"institution": "<string>",
"account_shared": true,
"parent": "<string>",
"color": "#10b981"
}
'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 authorization header
Body
application/json
Response
201
Collection created
Was this page helpful?
⌘I