> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Zero Data Retention

> Enterprise-grade data privacy for Inworld TTS with SOC 2 Type 2, HIPAA, and GDPR compliance

Enterprise customers in healthcare, finance, and other regulated industries can now ensure that no customer text inputs or audio outputs are persistently stored in our systems after processing completes.

## What products are configured for Zero Data Retention Mode?

| Product        | Type                     | Eligible for Zero Data Retention? |
| :------------- | :----------------------- | :-------------------------------- |
| Text-to-Speech | Text Input               | Yes                               |
| Text-to-Speech | Audio Output             | Yes                               |
| Voice Cloning  | Audio Samples            | No                                |
| Voice Design   | Voice Description/Script | No                                |

## How Zero Data Retention works

When enabled, all customer text inputs sent to our text-to-speech engine are processed in memory to generate audio. Once complete, both the text and the generated audio are immediately redacted from our logging systems. This applies to all text sent for speech synthesis, including requests using cloned voices.

## Supported models

<Note>
  TTS Zero Data Retention currently supports **TTS-1.5-Mini** and **TTS-1.5-Max** only. Legacy TTS-1 and TTS-1-Max models are not in the support scope.
</Note>

## Enterprise-level security

<CardGroup cols={2}>
  <Card title="Workspace Configuration" icon="shield-check">
    Zero Data Retention is configured at the workspace level, allowing customers with strict data privacy requirements to maintain compliance.
  </Card>

  <Card title="Production Scale" icon="gear">
    Whether you're handling protected health information or sensitive financial data, you get the security guarantees needed for production deployment at scale.
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="How does Inworld TTS Zero Data Retention work?">
    TTS Zero Data Retention protects privacy by redacting all input texts from logs — including text sent to Cloned Voices — while only retaining the initial source audio required to build the voice itself. This is currently a workspace-level configuration managed by the Inworld Engineering team.
  </Accordion>

  <Accordion title="Can we enable Zero Data Retention for only specific customers?">
    Yes. Zero Data Retention is configured per workspace. Contact our sales team to enable it for specific workspaces.
  </Accordion>

  <Accordion title="How does Zero Data Retention affect debugging?">
    With Zero Data Retention enabled, original input text and audio output cannot be retrieved. Debugging and troubleshooting capabilities are limited to non-sensitive metadata only.
  </Accordion>

  <Accordion title="Does this affect the audio output quality?">
    No. The TTS engine still receives the text to generate the audio. The redaction happens only at the logging layer, ensuring the record of what was said is not saved.
  </Accordion>
</AccordionGroup>
