Skip to main content
GET
/
api
/
assets
/
{asset_id}
/
thumbnail
Download asset thumbnail
curl --request GET \
  --url https://api.example.com/api/assets/{asset_id}/thumbnail
"<string>"

Path Parameters

asset_id
string
required

Query Parameters

size
string | null

Desired thumbnail size (e.g., thumbnail, preview)

Response

Any binary media

A binary file, usually an image or video.