Batch Fetch Media Descriptions
List all multimodal media descriptions for files in a collection. This API is only available when a collection is created with collection_type ‘media-descriptions’
For details on how to create a video collection, see Create Collection
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the collection
Query Parameters
Maximum number of files to return
x <= 100
Number 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
Response
A list of multimodal media descriptions in the collection
The response is of type object
.