API Reference

API Playground

Test API requests interactively. Use the sandbox to experiment, or log in to test with your own forms.

Select Mode

💡
Want to test with your own forms?

Log in to access your forms and test real submissions.

Request

POST/f/demo-sandbox

Headers

Content-Typeapplication/json

Body

cURL
curl -X POST /f/demo-sandbox \
  -H "Content-Type: application/json" \
  -d '{ "name": "John Doe", "email": "john@example.com", "message": "Hello from the API Playground!"}'

Response

Send a request to see the response