GET

Query an existing NLP category by flow ID

QUERY

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

Path Parameters

{
    "nlp": {
        "category": {
            "categoryId": INTEGER IDENTIFIER,
            "name":       STRING
        }
    }
}

Response

{
    "nlp": {
        "category": {
            "categoryId": INTEGER IDENTIFIER,
            "name":       STRING
        }
    }
}

categoryId

The unique identifier for the NLP category.

name

The human readable name of the NLP category.

Last updated