Create Library
POST/qlibs
Create a new content library. The library ID will be generated automatically.
The content library accepts public and private metadata.
- Public metadata is stored in the content space and is returned when listing content libraries.
- Private metadata is stored in a content object that is created automatically for the content library.
The ID of the library's content object matches the ID of the library, but has a different ID prefix (i.e. ilibALz6VjbpBdkRbte5CPPhJi vs. iq__ALz6VjbpBdkRbte5CPPhJi).
The library content object is a regular content object that can store arbitrary data in addition to metadata, for example a library logo or other graphical content needed to render the library in a user interface.
Use the Create Content Version API call to modify it.
Request
Responses
- 201
- 401
- default
the content library was created successfully
Authentication information is missing or invalid
Response Headers
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
A generic error message.