EyeLevel Partner API
Search
⌃
K
INTRODUCTION
IMPORTANT CONCEPTS
GETTING STARTED
TUTORIALS
Documentation
API REQUESTS
CUSTOMER
FLOW
THEME
NLP
FLOW
CATEGORY
CREATE
UPDATE
GET
GET ALL
DELETE
SETTING
IDK
OFF HOURS
INTEGRATION
PUBLISH
ANALYTICS
TEMPLATE
SUBSCRIPTION
OBJECTS
Powered By
GitBook
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.
Previous
UPDATE
Next
GET ALL
Last modified
2yr ago