Search

POST

Returns metadata about videos that match a given a query.

Request

This endpoint expects an object.
queryobjectRequired
sortOptionsobjectRequired
pageSizeintegerOptional

Defaults to 100. Will throw if larger than 1_000.

tokenstringOptional
archivedStatusesset of "ARCHIVED" or "NOT_ARCHIVED"Optional
Allowed values: ARCHIVEDNOT_ARCHIVED

Default search status is NOT_ARCHIVED if none are provided. Allows for including archived videos in search.

Response

This endpoint returns an object.
resultslist of objects
nextPageTokenstringOptional
Built with