Collections
Organize videos into collections with the Moviie REST API.
Collections
Collections are named groups of videos within your organization. Every organization has a default collection where videos land when no explicit collection is specified.
Available operations
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/collections | List collections |
POST | /v1/collections | Create a collection |
GET | /v1/collections/{id} | Get a collection |
PUT | /v1/collections/{id} | Update a collection |
DELETE | /v1/collections/{id} | Delete a collection |