Add files to collection
POST/api/v1/collections/:collection-id/files
To add files to the collection, provide a URL for each file. The URL can be public or private. For private files, upload them using the Files API and use the generated URL.
Request
Responses
- 200
- 401
- 403
- 404
Successful response
Unauthorized request
Forbidden collection, user does not have sufficient permissions to access the collection
Collection not found