Build Anything with the Formifyx API
The Formifyx REST API gives developers full programmatic control over forms, submissions, workflows, and user data.
Authentication
All API requests require a Bearer token. Generate your API key from the Developer Settings panel in your dashboard.
Authorization: Bearer YOUR_API_KEY
Creating a Form via API
Use a POST /v1/forms request with a JSON body describing your form fields, validation rules, and settings.
Fetching Submissions
Retrieve all submissions for a form with GET /v1/forms/{form_id}/submissions. Filter by date range, status, or custom field values.
Webhooks
Register a webhook endpoint to receive real-time POST requests whenever a new submission is received — perfect for custom server-side processing.
SDKs Available
Official SDKs are available for JavaScript, Python, PHP, and Ruby. Find them in the Formifyx Developer Portal.
Read the full API documentation at developers.formifyx.com.
