v1

latestOpenAPI 3.0.02026-07-22266146.1 KB
Forms

Submit a form response

Submits a respondent's answers for a form. No authentication required. On success, the service stores the submission, increments the form's submission count, emails recipients (if configured), and returns 201 with no body.

Maximum request size is 250 MB (to support file attachments).

post/api/forms/{form_id}/submissions

Path parameters

form_idstring uuid required

UUID of the form being submitted

Request body

form_dataobject required

Key-value pairs matching the form's field schema (form_json). Structure varies per form.

Response

Submission accepted