> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.kiwiform.com/llms.txt.
> For full documentation content, see https://developers.kiwiform.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.kiwiform.com/_mcp/server.

# Introduction

# KiwiForm API

The KiwiForm API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, and uses standard HTTP response codes and verbs.

### **🔐 Authentication**

All API requests must be authenticated using a **Bearer token**.

**How to get your token:**

1. Log in to your **KiwiForm Account**.

2. Navigate to **Settings > Integrations > API Keys**.

3. Generate a new key and include it in your header as: `Authorization: Bearer {{YOUR_API_KEY}}`