Base URL
Authentication
Most endpoints require authentication via API key. Include your key in the Authorization header:Content Types
The API accepts and returns JSON by default. For form submissions, you can also use:application/jsonapplication/x-www-form-urlencodedmultipart/form-data(for file uploads)
Response Format
All responses are JSON:Rate Limits
| Plan | Requests/minute |
|---|---|
| Free | 60 |
| Pro | 300 |
| Business | 1000 |
| Enterprise | Custom |
Endpoints Overview
| Method | Endpoint | Description |
|---|---|---|
| POST | /f/{slug} | Submit form |
| GET | /forms/{id}/submissions | Get submissions |
| GET | /forms | List forms |
| POST | /forms | Create form |
| PATCH | /forms/{id} | Update form |
| DELETE | /forms/{id} | Delete form |