Catalog API
List categories
Distinct category names for an asset type — powers filter tabs and faceted browsing. Public.
GET
/v1/assets/categoriesPath & query parameters
typestring (query) | Asset type. Defaults to STICKER. |
mimeTypestring (query) | Narrow by MIME type. |
effectKindstring (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?
Request
curl "https://api.lyncut.com/v1/assets/categories?type=FILTER"Response
{
"data": ["Retro", "Cinematic", "Film", "Nature", "Portrait", "Urban"]
}