Documentation Index
Fetch the complete documentation index at: https://docs.usekinetic.com/llms.txt
Use this file to discover all available pages before exploring further.
API Overview
The Kinetic API lets you programmatically access form submissions, form listings, and analytics. Authenticate with API keys, available on Growth and Pro plans.Authentication
All requests require a bearer token:Endpoints
| Endpoint | Description |
|---|---|
GET /api/v1/external/forms | List all forms |
GET /api/v1/external/forms/:id/submissions | Get submissions for a form |
GET /api/v1/external/submissions | Get submissions across all forms |
GET /api/v1/external/forms/:id/stats | Get form analytics |
