Overview

Our REST API is a programmatic interface for interacting with Kognitos, allowing you to manage agents, processes, files, and runs.

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

Get all processes for a specified agent

Get detailed information for a specific process

Get all runs for a specified process and agent

Start a new run for a specified process

Get the details of a specific process run

Files

Request file upload URL

Health

Check the status and system health of the REST API v2

Last updated

Was this helpful?