Endpoint hint (public)
Unconditional helper response — the form is not looked up.
View as Markdowncurl -X GET "https://example.com/string"{ "message": "string", "method": "string"}Account-wide aggregates
Totals, top five forms by submission count (full form DTOs), the eight most recent non-spam submissions across all forms, and a sparse 14-day daily series.
Submit a form (public)
The product itself. Accepts application/json (1 MiB cap), x-www-form-urlencoded, or multipart/form-data (files not stored; names joined into a synthetic _files field). Reserved fields _gotcha/_honey (honeypot) and cf-turnstile-response (also via X-Turnstile-Token header) are stripped. Spam-flagged submissions still return success. JSON clients (?ajax=1, Accept, or JSON content type) get {ok, id}; HTML posts get a 302 to redirectUrl when configured, else {ok}. Rate limit 60/min per form+IP.