assets
(Legacy) A list of available categories.
The list of categories also show the number of assets inside them. If all is passed as the {type}, then rather than returning categories, it simply returns a list of the asset types instead, with their asset counts.
get/categories/{type}
Path parameters
typestring required
Example:hdris
One of the supported asset types: hdris, textures, or models.
Query parameters
instring
Example:night,clear
A comma separated list of categories - only returns categories with assets that are also in these categories. The value of each key is then also only counting assets that are in both the categories specified and the key. If this is not specified, then an all "category" is also returned, with the count of all assets of the specified type.
Response
OK