Overview
Our REST API is a programmatic interface for interacting with Kognitos, allowing you to manage agents, processes, files, and runs.
Version 2 is the latest version of the Kognitos REST API.
Authentication
Authentication uses an API Key, which must be included in the x-api-key
header of every request:
x-api-key: YOUR_API_KEY
Base URLs
Our REST API is available in different regions. Use the base URL that matches your region when making requests:
Region
Base URL
US Region
https://rest-api.app.kognitos.com
EU Region
https://rest-api.eu.kognitos.com
UK Region
https://rest-api.uk.kognitos.com
Endpoints
These are the resources and endpoints in the Kognitos REST API (v2):
Resource
Endpoint
Description
Last updated
Was this helpful?