Submit a form response
POST/api/forms/submit
This JSON endpoint is intended mainly for external integrations; the public form pages at /forms/<slug> submit through their own POST /forms/:slug/submit route instead. Access is gated per-form: the form must be published, and depending on its settings may additionally require login (requireLogin) and/or an accessPassword. No blanket auth requirement applies at the API layer beyond those per-form gates, so this is documented as unauthenticated here; anonymous submissions are permitted only if the form has allowAnonymous enabled.
Request
Responses
- 200
- 400
Created
Validation error or form not accessible