Skip to main content
POST
/
user
/
bulk
/
download
Download selected files as ZIP
curl --request POST \
  --url https://pria.praxislxp.com/user/bulk/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "uploadIds": [
    "<string>"
  ],
  "collectionIds": [
    "<string>"
  ],
  "names": [
    "<string>"
  ],
  "ids": [
    "<string>"
  ]
}
'
"<string>"

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Body

application/json
uploadIds
string[]

Upload IDs to include

collectionIds
string[]

Collection IDs whose files should be included

names
string[]

Display names used to build the ZIP filename

ids
string[]

Legacy alias for uploadIds (backward compat)

Response

ZIP file stream (or single file stream when only one file)

The response is of type file.