Getting Started
Here, we'll cover the important concepts.
Root URL
Most paths throughout this documentation are relative to the following URL:
https://api.akkio.com
For instance, if the documentation says to do a POST /api/v1/chat-explore/new
, you should send your request to https://api.akkio.com/api/v1/chat-explore/new
.
Authentication
All calls to the API must pass an X-API-Key
header in. You can find the API key linked to your organization at the bottom of the Team Settings page. You can read more about this on the Authentication page.