Setup API Access

How to access the Konko API

First you'll need an API key


Sign in ➡️ to our web application to create your API key.

On the API Keys page you can enable encrypted storage of your OpenAI key so you can access OpenAI models without passing your OpenAI API key as a custom header.

Once you have your API key


You can query the Konko API either:

  1. Directly via HTTP in any popular language. Learn how with our interactive documentation ➡️.
  2. With Konko's Python SDK ➡️
    1. Learn how: Setup Python SDK