# Hotline > One tap. Your AI is listening. Hotline is a voice capture app for iPhone and Apple Watch: you press once, from the wrist, a shortcut, the Action button, Control Center or the Lock Screen, and talk. It transcribes on the device by default, free and offline, or with a cloud model of your choosing under your own API key, and POSTs the transcript to a webhook you configure, signed with HMAC-SHA256, so it is delivered to your own assistant, your notes, or any tool you connect. Meetings come back split by speaker. No accounts, no servers of ours, no data collected. ## Docs - [Hotline](https://hotline.donado.co/index.md): what the app does, the shipped features, and where to go next. - [Webhook API](https://hotline.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. - [Support](https://hotline.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://hotline.donado.co/privacy.md): where audio and transcripts can go, where keys are stored, and how to delete everything. ## Optional - [Changelog](https://hotline.donado.co/changelog.md): the developer-facing release history.