Apps
Developer Platform
Integrate HIPAA-compliant forms into your healthcare workflows. Choose the API for custom integrations, or use our WordPress and Joomla plugins for CMS-powered sites. Embedded forms work on any website.
Integration Options
API
REST API for programmatic form creation, submission retrieval, and webhooks.
View docsWordPress Plugin
One-click install. Embed HIPAA-ready forms in any WordPress page or post.
View docsJoomla Plugin
Native Joomla extension for secure healthcare forms on Joomla sites.
View docsEmbedded Forms
Add forms to any website with a simple embed snippet. No CMS required.
View docsCode Example
Sample API request to create a form.
POST /api/forms
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"title": "Patient Intake Form",
"fields": [
{ "type": "text", "name": "patient_name", "label": "Full Name" },
{ "type": "email", "name": "email", "label": "Email" }
]
}Architecture Overview
How form data flows from client to secure HIPAA storage.
- 1Client submission — Patient or staff submits data via embedded form, API, or CMS plugin. All traffic uses TLS 1.3.
- 2Validation & ingestion — Server validates payload, applies field rules, and writes to encrypted storage. PHI is never logged in plain text.
- 3Secure storage — Data is stored at rest with AES-256 encryption in isolated, access-controlled environments.
- 4Audit & access — Every access and modification is logged. Role-based controls limit who can view or export PHI.
Build Healthcare Integrations Faster
Get API keys, plugin downloads, and documentation when you sign up.
Get started