Knowledge AI
The Knowledge AI (former Automated Learning) API contains methods for both it's related models: Documents, which contains the text to perform them, and Questions, which are assigned to Documents.
Last updated
Was this helpful?
The Knowledge AI (former Automated Learning) API contains methods for both it's related models: Documents, which contains the text to perform them, and Questions, which are assigned to Documents.
Last updated
Was this helpful?
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/quicksearch
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Word or part of word to get suggestion names of documents
The limit of suggestions names in the response. The default value is 6
1
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/{documentUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid service Uuid
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/{documentUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid document Uuid
No body
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions/pagination
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
The number of page and the default is 1
1
The number of services per pages and the default is 5
1
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC
Filename to filter the search
Names or tags to filter the search
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions/quicksearch
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Word or part of word to get suggestion names of documents
The limit of suggestions names in the response. The default value is 6
1
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A Uuid of a document assigned to this question.
Question name
Question descrciption
Question enabled/disabled status
Question evaluable status
Question transactional status
Webhook address endpoint
Webhook headers
List of examples of question
Questions answer templates
Questions tags
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions/{questionUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid question Uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions/{questionUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid question Uuid
A Uuid of a document assigned to this question.
Question name
Question descrciption
Question enabled/disabled status
Question evaluable status
Question transactional status
Webhook address endpoint
Webhook headers
List of examples of question
Questions answer templates
Questions tags
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A list of Uuid of question
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions/variable
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
Example of the question
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/questions/change-enable
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
List the questions ids
No body
/org/{orgUUID}/env/{envUUID}/documents/limits
It is the id that represents an organization.
It is the id that represents an environment.
It is an identifier provided by the API client that will be used to identify distributed logs.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/export
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A list of Uuid of question
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/massive-delete
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A list of Uuid of question
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/pagination
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
The number of page and the default is 1
1
The number of services per pages and the default is 5
1
Field want to ordernate, the default is 'updatedAt'
Direction of ordenation, ASC or DESC. The default is DESC
Names or tags to filter the search
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/list
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
The tag name to save with document
The document to upload
The document name to save
Optional. Symbolic collectionUUID for document organizing.
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/{documentUUID}
A valid organization Uuid
A valid environment Uuid
A valid bot Uuid
A valid service Uuid
/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/documents/{documentUUID}/update
It is the organization uuid where the bot is.
It is the environment uuid where the bot is.
It is the identification of the bot.
It is the identification of the document
The tag name to save with document
It is the new file to update
It is the new document name to update
Optional. Symbolic collectionUUID for document organizing. Sending this as null will overwrite existing repository Id.