Automate Onboarding
Generate personalized forms for each new hire from your HR system.
Full REST API with OpenAPI spec. Create forms, manage questions, generate recipient links, and trigger webhooks — all from your code.
Create forms, add questions, and generate shareable links — all from your codebase.
const response = await fetch("https://formalingo.com/api/v1/forms", {
method: "POST",
headers: {
"Authorization": "Bearer fl_key_...",
"Content-Type": "application/json",
},
body: JSON.stringify({
title: "Customer Feedback",
status: "draft",
}),
})
const form = await response.json()
// { id: "frm_a1b2c3", title: "Customer Feedback", ... }Create forms, add questions and sections, manage recipients, handle documents and signatures. Every feature in the dashboard is available via API.
Auto-generated OpenAPI spec at /api/v1/. Import into Postman, generate client libraries, or browse interactive documentation.
Generate API keys with granular permissions: read:forms, write:forms, read:responses, and more. Set expiration dates for security.
Subscribe to form submissions, document signings, and more. HMAC-signed payloads for security. Delivery log for debugging.
From onboarding automation to embedded forms to data sync — if you can code it, you can build it.
Generate personalized forms for each new hire from your HR system.
Create forms on-the-fly and embed them in your product.
Use webhooks to push form responses to your CRM, database, or data warehouse.
Chain API calls with conditional logic to build complex automation pipelines.
Everything you need to know about the Formalingo developer API.
Still have questions? Chat with our team
We use cookies to keep the service running and — with your permission — to understand how the product is used and show relevant content. Cookie Policy · Privacy Policy