GET ALL

Query for all templates available for the given partner API key

QUERY ALL

GET https://api.eyelevel.ai/v1/partner/template

{
    "templates": [
        { TEMPLATE OBJECT }
    ]
}

Response

{
    "templates": [
        { TEMPLATE OBJECT }
    ]
}

templates

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.

Objects

pageTEMPLATE

Last updated