Query API

Use the Query API to create an integratation with your AI chatbot.

With our API you can build your own internal tools or workflows and harness the power of your AI chatbot wherever you want, however you want.

The API is powerful, but very simple. You input a question and get an answer back, along with the references/content used in the answer.

See full details of the API below. Alternatively, you can use our pre-built integrations with Slack, Microsoft Teams or Zapier.

If your AskAI doesn't know the answer, the API will return a field to confirm an answer wasn't found:"unknown_answer": "yes"

The query field has a 750 character limit. If this is exceeded, you will see an error: {"error":"This question is too long. Please ensure questions are less than 750 characters."}

Last updated