Create knowledge base document

POST
/v1/convai/knowledge-base

Upload a file or webpage URL to create a knowledge base document.

After creating the document, update the agent’s knowledge base by calling Update agent.

Request

This endpoint expects a multipart form containing an optional file.
urlstringOptional

URL to a page of documentation that the agent will have access to in order to interact with users.

filefileOptional

Response

Successful Response

idstring

Errors

Built with