Modern form backend service powered by Cloudflare Workers. Handle form submissions with ease using our REST API.
Complete REST API for managing sites, forms, and submissions
GET /api/sites - List sitesPOST /api/sites - Create sitePOST /api/forms - Create formGET /api/forms/:id/submissions - Get submissionsSimple form submission endpoints for your websites
POST /f/:code - Submit form1. Create a site and form using the API
2. Use the generated endpoint code in your HTML forms
3. Start receiving form submissions instantly