DevForms Docs
Build and ship form infrastructure fast.
This docs hub walks you from first request to production limits. All details here mirror the current codebase behavior.
POST
/api/s/{slug}Accepts JSON submissions with anti-spam checks and free-tier limits.
Auth: Public endpoint (no API key)
GET
/api/forms/{formId}/submissions/exportExports submissions as JSON or CSV with optional date/status filters.
Auth: Authenticated form owner
Recommended reading order
- Getting Started for your first form and first request.
- Submission API for payload rules and success behavior.
- Rate Limits & Limits before going live.
- Errors for resilient client handling.
- Export API for owner-side data extraction.