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

