Documentation

Learn how to integrate Forma into your applications. From quick starts to advanced API usage.

Example: Submit to a formPOST
curl -X POST https://api.forma.app/v1/forms/FORM_ID/submissions \
  -H "Content-Type: application/json" \
  -d '{
    "name": "John Doe",
    "email": "john@example.com",
    "message": "Hello from the API!"
  }'

Need help?

Can't find what you're looking for? Reach out to our support team.

Contact Support