Deeplinks

Written By Anton

Last updated 22 days ago

QuickWhisper registers the quickwhisper:// URL scheme, allowing you to trigger actions from other apps, scripts, the terminal, or web pages.

Open a Transcription by ID

Open a specific transcription from your history using its unique identifier.

quickwhisper://open?id=<transcription-id>

Example

quickwhisper://open?id=AF760979-EB59-49E2-891B-ECAABACDCB43

How to get the transcription ID

Use the Developer API to list your transcriptions.

curl http://127.0.0.1:52778/api/v1/transcriptions

Each item in the response includes an id field you can use in the deeplink.