LynCutLynCut

Catalog API

List categories

Distinct category names for an asset type — powers filter tabs and faceted browsing. Public.

GET/v1/assets/categories

Path & query parameters

type
string (query)
Asset type. Defaults to STICKER.
mimeType
string (query)
Narrow by MIME type.
effectKind
string (query)
Narrow effect packages by kind.

Request

curl "https://api.lyncut.com/v1/assets/categories?type=FILTER"

Response

{
  "data": ["Retro", "Cinematic", "Film", "Nature", "Portrait", "Urban"]
}

Was this page helpful?