GET /v1/assets/{id}

Get asset metadata

Returns metadata for a single asset. Returns 404 if the asset has expired or never existed. Does not download audio bytes.

Parameters

NameInTypeRequiredDescription
id path string yes Asset ID (afa_ prefix) returned by POST /v1/assets/upload.

Example request

cURL
curl https://api.brizm.dev/v1/assets/{id} \
  -H "Authorization: Bearer tl_live_xxx"

Responses

200 — Asset metadata

401 — Unauthorized

404 — Asset not found or expired