API Docs Introduction
Getting started with our API is quick and easy. With the My AskAI API you can ask questions to your AskAI and build your apps or workflows.
Available as an add-on on paid plans
All API requests require an
ID
andAPI Key
, these can be found within the Dashboard > Chatbot setup > Integrations.Authentication is handled via the API's request body fields, not via any headers
Remember to set the header for
Content-Type: application/json
(this is the only header needed)All API requests are
POST
methods
For details on how to use the Query API click here.
Can I add content or create an AI agent via API?
Currently, you cannot add content (create embeddings) or create an AI agent via API.
If this is something you are looking to do, please contact us via chat and we will do what we can to assist.
Last updated