LogoLogo
About
  • Home
  • Guides
  • BDK
  • REST API
  • Release Notes
  • Overview
    • REST API Overview
  • API Reference
    • Invoke
    • Run
    • Upload
Powered by GitBook
On this page
  • Overview
  • Base URLs
  • Authentication

Was this helpful?

Export as PDF
  1. Overview

REST API Overview

Last updated 7 days ago

Was this helpful?

Overview

The Kognitos REST API enables you to integrate with the platform programmatically. Use it to trigger processes, retrieve automation statuses, and manage workflows.

Base URLs

Our API is available in two regions: the United States (US) and Europe (EU). Depending on where your data is hosted, you will use one of the following base URLs:

  • US Region:

  • EU Region:

Authentication

An API key is required for access. You can obtain an API Key by following .

Request Headers

Your API key should be included in the request headers as follows:

x-api-key="your API key"

Licensed under the .

https://rest-api.app.kognitos.com
https://rest-api.eu.kognitos.com
Apache License 2.0
this guide