# API Key

To integrate our Fill Form into your application, you'll need to generate an API key and use it for authorization and use [Developer API](/docs/api-developer/openapi.md)

#### **1️⃣ Choose "API Keys" Tab**

On the **left sidebar**, navigate to the **"Developer API"** section or access <https://platform.takeform.app/developer>

<figure><img src="/files/peqf4ukncUurPgbaUzLE" alt=""><figcaption><p>Developer Page</p></figcaption></figure>

#### **2️⃣ Click "Generate New Key"**

In the **top-right corner**, click the **"Generate New Key"** button.

<figure><img src="/files/4N20a50s8nvbGgaHov98" alt=""><figcaption><p>Generate Api Key</p></figcaption></figure>

#### **3️⃣ Copy & Save Your API Key**

Your **secret API key** will be displayed **only once** – be sure to copy and save it securely.

<figure><img src="/files/dtbfUai31DRMxfd5FuG5" alt=""><figcaption><p>An Api Key</p></figcaption></figure>

💡 **Keep your API key private** to prevent unauthorized access. If you lose it, generate a new one and delete the old one.

🚀 **You're now ready to integrate TakeForm! Checkout** [TakeForm OpenAPI Document](/docs/api-developer/openapi.md)

### **Video Guide**

{% embed url="<https://youtu.be/9keS3pFXTIQ>" %}


---

# 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://takeform.gitbook.io/docs/api-developer/api-key.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.
