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/export

Exports submissions as JSON or CSV with optional date/status filters.

Auth: Authenticated form owner

Recommended reading order

  1. Getting Started for your first form and first request.
  2. Submission API for payload rules and success behavior.
  3. Rate Limits & Limits before going live.
  4. Errors for resilient client handling.
  5. Export API for owner-side data extraction.