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
| Name | In | Type | Required | Description |
|---|---|---|---|---|
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"