1. Create a Form
Form Name: Contact Form
Description: Website contact form Create a form endpoint in seconds.
🍑
Create form → Copy endpoint → Send POST request → View submissions → Upgrade when needed
Form Name: Contact Form
Description: Website contact form Create a form endpoint in seconds.
https://api.peachform.com/f/ckz123abc Every form gets a unique endpoint.
curl -X POST https://api.peachform.com/f/ckz123abc \
-H "Content-Type: application/json" \
-d '{
"name": "Jane Doe",
"email": "[email protected]",
"message": "Hello!"
}' Send JSON from your frontend, Postman, or any backend.
Name Email Message
Jane Doe [email protected] Hello! Submissions appear instantly in your dashboard.
Click any submission to open a detail view with flattened fields and pretty raw JSON.
email: [email protected]
message: Hello!
meta.source: landing-pageStart free.
Upgrade when you need higher submission limits.
Real-world integration examples — copy the code and ship it.
Browse all recipes