Bruno collection
Download a Bruno collection with every Kontext API endpoint pre-wired — useful for exploring the API interactively, running ad-hoc requests, or sharing working examples with your team.Download Bruno collection
Generated from the latest OpenAPI spec. Unzip and open the folder in Bruno.
Setup
- Download and unzip the collection.
- Open the unzipped folder in Bruno (File → Open Collection).
- Switch to the Production or Development environment from the top-right dropdown.
- Open the environment and paste your API key into the
apiKeyvariable. - Run any request — collection-level bearer auth uses your key automatically.
Generating an API key
See Authentication for how to create an API key from the Kontext app.What’s in the collection
- Collection-level bearer auth using a
{{apiKey}}environment variable — set it once, every request picks it up. - Production and Development environments with the matching
baseUrl. - One folder per API tag, one
.brurequest per endpoint, pre-filled with path/query params and JSON body examples taken from the OpenAPI schema.