Skip to main content
PUT
/
api
/
user
/
collection
/
{id}
/
add
Add files to a collection
curl --request PUT \
  --url https://pria.praxislxp.com/api/user/collection/{id}/add \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<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

Authorization
string
header
required

JWT token passed in authorization header

Path Parameters

id
string
required

Body

application/json
ids
string[]
required

Upload IDs to add to the collection

Response

200

Files added to collection