Learn how to integrate Forma into your applications. From quick starts to advanced API usage.
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!"
}'