Headless-native setup
Selected creators can create a backend-only form and endpoint without publishing a hosted form page.
Post from your own website, app, or server. Makeform validates the request, stores the response, and runs the same inbox, notification, and integration workflows as other forms.
Owner access remains invite-only while the preview is bounded and measured.
Submit from your server
curl https://www.makeform.ai/api/headless/f/hf_… \
-H "Authorization: Bearer mfh_live_…" \
-H "Content-Type: application/json" \
-d '{"email":"ada@example.com"}'Selected creators can create a backend-only form and endpoint without publishing a hosted form page.
Exact allowed origins, honeypot protection, optional Turnstile, and strict or loose validation.
Use a rotate-on-demand API key for servers, scripts, and mobile apps without exposing browser credentials.
These limits apply to Headless endpoints, not hosted form submissions.