Get an asset by ID
Assets
Get Asset
Get an asset by ID with its current processing status
GET
Get an asset by ID
Returns an asset with its current processing status and metadata. Use this endpoint to poll for processing completion after uploading an asset.
Status Lifecycle
| Status | Description |
|---|---|
PROCESSING | Asset is being downloaded and processed |
READY | Asset is ready to use as B-roll |
FAILED | Processing failed — upload a new asset |
Authorizations
API key to be included in the x-api-key header
Path Parameters
The ID of the asset to retrieve
Response
Asset details
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.
