Download selected files as ZIP
curl --request POST \
--url https://pria.praxislxp.com/api/user/bulk/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"uploadIds": [
"<string>"
],
"collectionIds": [
"<string>"
],
"names": [
"<string>"
],
"ids": [
"<string>"
]
}
'"<string>"Collections
Download selected files as ZIP
Streams a ZIP archive of the selected files. When only one file is selected, streams the file directly without zipping. A 1GB total size limit is enforced. Accepts both upload IDs and collection IDs — files in collections are included. Duplicate files are deduplicated by ID. ZIP entry names are deduplicated with a counter suffix.
POST
/
api
/
user
/
bulk
/
download
Download selected files as ZIP
curl --request POST \
--url https://pria.praxislxp.com/api/user/bulk/download \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"uploadIds": [
"<string>"
],
"collectionIds": [
"<string>"
],
"names": [
"<string>"
],
"ids": [
"<string>"
]
}
'"<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
ZIP file stream (or single file stream when only one file)
The response is of type file.
Was this page helpful?
⌘I