Coast Files

Modern form backend service powered by Cloudflare Workers. Handle form submissions with ease using our REST API.

REST API

Complete REST API for managing sites, forms, and submissions

GET /api/sites - List sites
POST /api/sites - Create site
POST /api/forms - Create form
GET /api/forms/:id/submissions - Get submissions

Form Endpoints

Simple form submission endpoints for your websites

POST /f/:code - Submit form
• Automatic email notifications
• Spam protection with honeypot
• Custom redirect URLs

Quick Start

1. Create a site and form using the API

2. Use the generated endpoint code in your HTML forms

3. Start receiving form submissions instantly