v50

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-06-15222761.9 KB

List assets

Returns a paginated list of assets from your library. Includes user-uploaded assets and system assets (e.g. music library).

get/assets

Query parameters

typestring[]

Filter by asset type. Can be specified multiple times (e.g. ?type=VIDEO&type=IMAGE). Omit to return all types.

status'PROCESSING' | 'READY' | 'FAILED'

Filter by processing status. Default: READY.

pageinteger

Page number

pageSizeinteger

Number of items per page

Response

An array of assets. Pagination metadata is in response headers.

idstring uuid
namestring nullable
type'AUDIO' | 'IMAGE' | 'VIDEO'
status'PROCESSING' | 'READY' | 'FAILED'

Processing status. Poll until READY before using as B-roll.

fileUrlstring nullable

URL to access the asset. Null while processing.

thumbnailUrlstring nullable

URL to a thumbnail image. Null while processing.

createdAtstring date-time