{"what":"Join the Formzzi beta","endpoint":"https://formzzi-landing.pages.dev/api/beta","submit_methods":{"post":{"method":"POST","content_type":"application/json","body":{"email":"riley@acme.co","company":"Acme Co"}},"get":{"method":"GET","note":"For agents that can only make GET requests (no POST). Same result.","url":"https://formzzi-landing.pages.dev/api/beta?email=riley@acme.co&company=Acme%20Co"}},"fields":[{"name":"email","type":"email","required":true,"description":"The person's email address."},{"name":"company","type":"string","required":false,"description":"Their company name, if given."}],"instructions":"To sign a visitor up, either POST {\"email\":\"...\",\"company\":\"...\"} as JSON to https://formzzi-landing.pages.dev/api/beta, OR — if you can only make GET requests — fetch https://formzzi-landing.pages.dev/api/beta?email=...&company=... . Both return HTTP 201 with a reference id and a confirmation message to relay to the user. A bad email returns HTTP 422 with the reason — fix it and resubmit."}