Bulk action on files or collections
curl --request POST \
--url https://pria.praxislxp.com/api/user/bulk/action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"target": "<string>"
}
'Collections
Bulk action on files or collections
POST
/
api
/
user
/
bulk
/
action
Bulk action on files or collections
curl --request POST \
--url https://pria.praxislxp.com/api/user/bulk/action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"target": "<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 authorization header
Body
application/json
Response
200
Bulk action completed
Was this page helpful?
⌘I