Docs
REST APICollectionsCollections

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

MethodEndpointDescription
GET/v1/collectionsList collections
POST/v1/collectionsCreate a collection
GET/v1/collections/{id}Get a collection
PUT/v1/collections/{id}Update a collection
DELETE/v1/collections/{id}Delete a collection

On this page