Create collection
POST/api/v1/collections
Create a new collection with the given name. The user creating the collection will be the owner of the collection. Additionally, if file IDs are provided in the request, they will be automatically added to the collection. Only file IDs from the creator's existing uploads can be used.
Request
Responses
- 200
- 400
- 401
Successful response
Invalid request
Unauthorized