GET ALL

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

QUERY ALL

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

Path Parameters

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

Response

{
    "nlp": {
        "settings": [
            {
                "categoryIds": [
                    INTEGER IDENTIFIER
                ],
                "name":      STRING,
                "settingId": INTEGER IDENTIFIER
            }
        ]
    }
}

categoryIds

An array of unique identifiers for NLP categories associated with the NLP setting.

name

The human readable name of the NLP setting.

settingId

The unique identifier for the NLP setting.

Last updated