Ingest a submission
Programmatically create a submission for a form. Runs the same pipeline as the public widget (webhooks, confirmation emails, PHI handling). Supply an optional Idempotency-Key header to safely retry: within 24h, the same key replays the original result (HTTP 200) instead of creating a duplicate.
Documentation Index
Fetch the complete documentation index at: https://docs.formitto.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A Formitto API key created in the dashboard (Settings → API keys). Pass it as Authorization: Bearer fmt_live_....
Headers
Optional. A client-chosen unique string (≤256 chars). Within 24h, retrying with the same key replays the original result instead of creating a duplicate submission.
256Path Parameters
The resource id.
Body
Response
Idempotent replay — the original submission for this Idempotency-Key, returned verbatim.