Video Collections Endpoints
Add Video to Collection
Add a video to a collection
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the collection to add the video file to
Body
application/json
File association parameters
The ID of the file to add to the collection
Response
200
application/json
Successful file addition
ID of the collection
ID of the file
Object type, always 'collection_file'
Available options:
collection_file
Unix timestamp of when the file was added to the collection
Overall processing status of the file in this collection
Available options:
pending
, processing
, ready
, completed
, failed
, not_applicable
Status of the video description processing
Available options:
pending
, processing
, ready
, completed
, failed
, not_applicable
Status of the entity extraction processing
Available options:
pending
, processing
, ready
, completed
, failed
, not_applicable
Status of the searchable index processing
Available options:
pending
, processing
, ready
, completed
, failed
, not_applicable
The file object