# Quick Start

## 1. Get your API Key

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

Just contact us at <kopikat@opencv.ai> to get your API key and start using our API.

## 2. Make your first request

To make your first request, send an authenticated request to the /augment endpoint. This will create a new image with annotation preserved, which is nice.

{% openapi src="/files/cHv8fOijapyobgIU9HJ3" path="<http://api.kopikat.co/augment>" method="post" expanded="true" %}
[tmp.json](https://2248363877-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuNLzC77yfXCwM8FBH6gX%2Fuploads%2Fnpr9sCwWcxaG4oT89tEc%2Ftmp.json?alt=media\&token=368726aa-38a5-4831-992e-05b1c4b345be)
{% endopenapi %}

{% hint style="info" %}
*See* [Examples](/api/examples.md) *to explore the various methods of generating images with Kopikat.*
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kopikat.gitbook.io/api/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
