v50

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

Get an asset by ID

Returns a single asset with its current processing status and metadata.

get/assets/{id}

Path parameters

idstring uuid required

The ID of the asset to retrieve

Response

Asset details

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