API Docs
Getting started with our API is quick and easy. You can create and manage your AskAIs and your content, as well as asking questions or 'chatting' with you content.
API access is only for paid accounts
API access is enabled by default for paid accounts
Most API requests require an AskAI
ID
andAPI Key
, these can be from the Settings page within your AskAIAuthentication and access is managed per AskAI, not across your entire account
Authentication is handled via the API's request body, not via any headers
Remember to set the header for
Content-Type: application/json
All API requests are
POST
methodsThe answers you get via API should be identical to those you would receive if you were interacting directly through the UI
Last updated
Was this helpful?