GET ALL

Query all NLP categories that are associated with the given EyeLevel customer key

QUERY ALL

GET https://api.eyelevel.ai/v1/partner/nlp/category/:apiKey

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

{
    "nlp": {
        "categories": [
            {
                "categoryId": INTEGER IDENTIFIER,
                "name":       STRING
            }
        ]
    }
}

Response

{
    "nlp": {
        "categories": [
            {
                "categoryId": INTEGER IDENTIFIER,
                "name":       STRING
            }
        ]
    }
}

categoryId

The unique identifier for the NLP category.

name

The human readable name of the NLP category.

Last updated