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:
- Directly via HTTP in any popular language. Learn how with our interactive documentation ➡️.
-
With Konko's
Python SDK
➡️
- Learn how: Setup Python SDK
Updated 8 months ago
What’s Next