a
Enable Recording , Transcripts and structured output enabling HIPAA
v
To enable HIPAA compliance with recording and transcripts in Vapi, use the following configuration in your assistant setup:
Copy code
json
{
  "compliancePlan": { "hipaaEnabled": { "hipaaEnabled": true } },
  "artifactPlan": {
    "recordingEnabled": true,
    "transcriptPlan": { "enabled": true }
  }
}
Note: With HIPAA enabled, structured outputs are disabled by default for privacy reasons. To use them, you must contact Vapi support to request activation and ensure you follow all PHI handling guidelines ([see docs](https://docs.vapi.ai/security-and-privacy/hipaa)). Sources: - [Vapi HIPAA Compliance Documentation](https://docs.vapi.ai/security-and-privacy/hipaa) - [Vapi Structured Outputs Documentation](https://docs.vapi.ai/assistants/structured-outputs)
n
Hello Team, I have also built Masker.dev - HIPAA Privacy layer for voice agents. So if anyone is building Voice Agents for Healthcare and need HIPAA Compliance, do check this out: https://www.masker.dev/blog/hipaa-gaps-voice-agents-baa-coverage
c
Hi Anuj, what issues are you facing with enabling HIPAA? can you please share more details about it? Best, Akash
2 Views