Skip to main content

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.

Developer

Found under Settings → Developer. Available on paid plans only.

API Keys

Create API keys to access your form data programmatically.

Creating a Key

  1. Click Create Key
  2. Give it a name (e.g., “Zapier integration”)
  3. Copy the key — it’s shown only once
The key format is kntc_ followed by 40 random characters. Keys are stored as irreversible hashes — Kinetic cannot retrieve your key after creation.

Revoking a Key

Click the trash icon next to any active key. This immediately invalidates it — any integrations using it will stop working.

API Playground

Build and test API requests directly from the dashboard:
  1. Select an endpoint (Submissions, Form Stats, List Forms)
  2. Toggle filters (email, date range, form)
  3. Click Send Request to see the response
  4. Copy the generated cURL / JavaScript / Python code
The playground uses your logged-in session — no API key needed for testing. The generated code includes your selected API key for copy-paste into your integrations.

Learn More

See the full API Reference for endpoint documentation.