GET ALL
Query for all templates available for the given partner API key
get
https://api.eyelevel.ai/v1/partner
/template
QUERY ALL
{
"templates": [
{ TEMPLATE OBJECT }
]
}
An array of TEMPLATE objects containing information about the templates associated with the given partner API key. The definition of templates are described in greater detail here.
Last modified 2yr ago