Data handling
Minimize the content you send and choose persistence intentionally.
By default, Enterprise API telemetry is metadata-only. Standard telemetry does not include request or response content, cleaned context, or source audio.
Set the batch request’s store field to true only when your product intentionally opts into request, response, and audio persistence. Your enterprise agreement or account-level logging configuration may define additional handling requirements.
Submitting transcription feedback does not retroactively enable full dictation storage. The feedback signal and identifiers are stored, plus only the optional text or audio that the client explicitly attaches.
Send the minimum useful context
- Prefer cursor-adjacent text over an entire document.
- Include the current app, window title, or selection only when it helps the result.
- Put names and terminology in
dictionary. - Put tone and output behavior in
extra_instructions. - Remove passwords, API keys, authentication codes, payment details, and unrelated private content.
Correlate without embedding private data
Use transcription_id, platform, and app_version for diagnostics. Do not put user IDs or internal identifiers into context unless the model genuinely needs them to produce the requested output.
Before production, document your own consent, retention, deletion, and access-control behavior for end users. Contact your Monologue representative when contractual requirements differ from the defaults described here.