Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the collection to retrieve
Response
Collection details
Unique identifier for the collection
Object type, always 'collection'
collection
Name of the collection
Type of collection, determines how videos are processed and what data is extracted
media-descriptions
, entities
, rich-transcripts
Unix timestamp of when the collection was created
Number of files in the collection
Description of the collection's purpose or contents, null if none provided
Configuration for automatic entity extraction from videos. Required when collection_type is 'entities'.
Configuration for rich transcription from videos. Used when collection_type is 'rich-transcripts'. If not provided, default values will be used.
Configuration for comprehensive media description from videos. Used when collection_type is 'media-descriptions'. If not provided, default values will be used.
Default segmentation configuration used for files in this collection
Default thumbnails configuration used for files in this collection