GET

Query the IDK definition for an existing EyeLevel chat flow by flow ID

QUERY

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

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

id

string

Flow ID

{
    "nlp": {
        "setting": {
            "name":    "STRING",
            "settingId":  INTEGER IDENTIFIER
        }
    }
}

Response

{
    "nlp": {
        "setting": {
            "name":    "STRING",
            "settingId":  INTEGER IDENTIFIER
        }
    }
}

name

The human readable name of the NLP setting associated with the chat flow.

settingId

The unique identifier for the NLP setting associated with the chat flow.

Last updated