Video Collections Endpoints
Create Collection
Create a new collection to organize and process video files
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Collection creation parameters
Name of the collection (must be unique within an organization)
Description of the collection's purpose or contents, null if none provided
Configuration for automatic entity extraction from videos
Response
200
application/json
Successful collection creation
Unique identifier for the collection
Object type, always 'collection'
Available options:
collection
Name of the collection
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