GET

Query an existing NLP category by flow ID
get
https://api.eyelevel.ai/v1/partner
/nlp/category/:apiKey/:categoryId
QUERY

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 modified 2yr ago