GET ALL
Query all template categories that are associated with the given partner API key
get
https://api.eyelevel.ai/v1/partner
/template/categories
QUERY ALL
{
"categories": [
{
"categoryId": INTEGER IDENTIFIER,
"description": "STRING",
"name": "STRING",
"templates": [
{ TEMPLATE OBJECT }
]
}
]
}
The unique integer identifier for the category. You can use this categoryId in other template API requests.
The human readable description of the category.
The human readable name for the category.
An array of TEMPLATE objects, containing information about the templates in the category. The definition of templates are described in greater detail here.
Last modified 1yr ago