Add YouTube Video to Collection
Add a YouTube video to a collection by URL
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 YouTube video to
Body
The URL of the YouTube video to add to the collection.
Note that YouTube videos are currently limited to speech and metadata level understanding, for fully fledge multimodal video understanding please upload a file instead to the Files API and use that object instead as input.
User-provided metadata about the YouTube video
Response
ID of the collection
ID of the file
Object type, always 'collection_file'
collection_file
Unix timestamp of when the file was added to the collection
Overall processing status of the file in this collection
pending
, processing
, ready
, completed
, failed
, not_applicable
Status of the video description processing
pending
, processing
, ready
, completed
, failed
, not_applicable
Status of the entity extraction processing
pending
, processing
, ready
, completed
, failed
, not_applicable
Status of the searchable index processing
pending
, processing
, ready
, completed
, failed
, not_applicable
The file object