Quick Start

Using Kontext REST API

URLCopied!

https://getkontext.app/api/v1/

AuthenticationCopied!

To authenticate, you’ll need an API Key which you can create at https://getkontext.app/account/security

Kontext’s REST API uses the Bearer Token authorization.
You must include your API key in the Request Headers like so:

Authorization: Bearer {{API_KEY}}

Content-TypeCopied!

You must add the following Request Header to signify using JSON for the Request Body:

Content-Type: application/json