# Dictate > Dictate is private voice notes for iPhone and Apple Watch. You press once and talk; it transcribes on the iPhone with Parakeet (25 languages, detected automatically) or Apple Speech, makes a cleaned-up reading version with Apple Intelligence on the device, and labels meeting speakers on the device. No cloud processing, no account, no data collected, no subscription. Optionally, each original transcript can POST to a webhook you configure, signed with HMAC-SHA256. ## Docs - [Dictate](https://dictate.donado.co/index.md): what the app does, the shipped features, and where to go next. - [Webhook API](https://dictate.donado.co/webhook.md): the POST body, the `X-Webhook-Signature` header, retry schedule and a working receiver. Same document that ships in the repository. - [Live Transcription API](https://dictate.donado.co/live-transcription.md): the WebSocket contract a custom server speaks to stream a transcript while recording. Same document that ships in the repository. - [Support](https://dictate.donado.co/support.md): how a recording travels from the microphone to your endpoint, the first things to check when it does not, and the contact address. - [Privacy](https://dictate.donado.co/privacy.md): where audio and transcripts can go, where keys are stored, and how to delete everything. ## Optional - [Changelog](https://dictate.donado.co/changelog.md): the developer-facing release history.