PHI may only be passed through the /call endpoint. It should never be placed in assistant prompts, phone number labels, or any other configuration endpoint, since those are configuration surfaces where the data would otherwise be stored on the platform.
In HIPAA mode, call recordings and logs are stored in a private bucket and cannot be downloaded directly from the URLs returned in webhooks or API responses. To retrieve a recording or log, call the relevant endpoint (for example GET /call/{id}/stereo-recording) with your private API key in the Authorization header; the API responds with a redirect to a short-lived, authenticated download URL. Because these signed URLs expire quickly, always request a fresh one rather than caching the redirect target. This retrieval pattern applies to both HIPAA and non-HIPAA organizations, but under HIPAA mode it's the only supported way to reach recordings and logs — direct webhook URLs won't work.
In summary: enabling HIPAA mode is an organization-wide, BAA-gated dashboard setting that restricts you to compliant subprocessors by category, defaults to storing content in Sulus's own compliant storage (with custom in-region storage as an option), and keeps the ephemeral orchestration layer on fixed infrastructure regardless of your other configuration. See HIPAA & PCI for the broader compliance picture including PCI mode, and Zero Data Retention (ZDR) for the alternative when no retention at all is the goal.