List all media description data for files in a collection. This API is only available when a collection is created with collection_type ‘media-descriptions’
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the collection
Maximum number of files to return
x <= 100Number of files to skip
Order the files by a specific field
added_at, filename Sort the files in ascending or descending order
asc, desc Filter files added before a specific date (YYYY-MM-DD format), in UTC timezone
Filter files added after a specific date (YYYY-MM-DD format), in UTC timezone
Format for the response
json, markdown The modalities to output in the response. Can be used to return smaller data sets. Comma separated list of strings. Defaults to all modalities available / previously extracted. Accepted values are speech,visual_scene_description,scene_text, audio_description, summary, segment_summary, title
speech, visual_scene_description, scene_text, audio_description, summary, segment_summary, title A list of media description data in the collection
Object type, always 'list'
list Array of media description data
Total number of files with media description data matching the query
Number of items returned in this response
Offset from the start of the list