Human Tasks
Submit Human Task
Submit a public human task (form) response.
POST
Submit a response to a human task. This is a public, no-auth endpoint — the person who received the form posts their answers here. The submission is validated against the form’s JSON schema (required fields, read-only fields), and submitting resumes the paused workflow.
No API key or session token is required. Submitting an already-submitted, expired, or incomplete form returns a
400.Path Parameters
The human task ID.
Body Parameters
The form answers, matching the task’s
form_structure. Required fields must be present.Response
- 200 OK
- 400 Bad Request
- 404 Not Found
The task is marked submitted and the workflow resumes. Returns a confirmation.