List assets
Assets
List Assets
Get a list of assets from your library
GET
List assets
Returns an array of assets from your library. Supports filtering by type and status, with pagination via query parameters.
Pagination metadata is returned in response headers:
Asset Types
Examples
Authorizations
API key to be included in the x-api-key header
Query Parameters
Filter by asset type. Can be specified multiple times (e.g. ?type=VIDEO&type=IMAGE). Omit to return all types.
Available options:
AUDIO, IMAGE, VIDEO Filter by processing status. Default: READY.
Available options:
PROCESSING, READY, FAILED Page number
Required range:
x >= 1Number of items per page
Required range:
1 <= x <= 100Response
An array of assets. Pagination metadata is in response headers.
Available options:
AUDIO, IMAGE, VIDEO Processing status. Poll until READY before using as B-roll.
Available options:
PROCESSING, READY, FAILED URL to access the asset. Null while processing.
URL to a thumbnail image. Null while processing.
