GET /v1/assets

List uploaded assets

Returns a paginated list of assets owned by the authenticated API key. Assets from other tenants are never visible.

Parameters

NameInTypeRequiredDescription
limit query integer no Number of items per page (default 50, max 200).
cursor query string no Asset ID to paginate from (exclusive). Use `next_cursor` from the previous response.

Example request

cURL
curl https://api.brizm.dev/v1/assets \
  -G \
  --data-urlencode "limit=<value>" \
  --data-urlencode "cursor=<value>" \
  -H "Authorization: Bearer tl_live_xxx"

Responses

200 — Asset list

401 — Unauthorized