API Documentation
Explore our API to integrate your applications with Alkimi.
API in Alpha
Getting Started
Authentication
All requests to the Alkimi API must be authenticated using an API token. You can generate and manage your API tokens from your account settings. Include your token in the
Authorization
header using the
Bearer
scheme.
Authorization: Bearer YOUR_API_TOKEN
Making a Request
All API endpoints are versioned. The current version is
v1
, which must be included in the URL path.
Here’s a quick example using
curl
to fetch your user details. Replace
YOUR_API_TOKEN
with your actual API key.
curl -X GET https://api.alkimi.ai/v1/user \
-H "Authorization: Bearer YOUR_API_TOKEN"
Users
https://api.alkimi.com/v1/usersOrganizations
https://api.alkimi.com/v1/organizationsInvitations
https://api.alkimi.com/v1/invitationsAgents
https://api.alkimi.com/v1/agentsChats
https://api.alkimi.com/v1/chatsMessages
https://api.alkimi.com/v1/chats/:chatId/messagesKnowledge
https://api.alkimi.com/v1/knowledgePermissions
https://api.alkimi.com/v1/permissions