macOS
Deeplinks
Trigger Spokenly for macOS from other apps or scripts via the spokenly:// URL scheme.
Spokenly for macOS supports deeplinks to control dictation and navigate the app. Opening one launches Spokenly (if needed) and performs the action immediately.
Recording Deeplinks
| Description | Deeplink |
|---|---|
| Start recording with your main AI Prompt | spokenly://start |
| Start recording with a specific AI Prompt | spokenly://start?prompt_id=<id> |
| Stop the active recording and hide the recorder | spokenly://stop |
| Toggle recording: start if idle, stop if active | spokenly://toggle |
| Toggle recording using a specific AI Prompt | spokenly://toggle?prompt_id=<id> |
| Switch the active prompt without starting recording | spokenly://switch?prompt_id=<id> |
If prompt_id is missing or invalid, Spokenly falls back to your main AI Prompt.
Tab Navigation
Open a specific tab without using the menu bar. Click a link to try it:
| Tab | Deeplink |
|---|---|
| General Settings | spokenly://tab/settings |
| Keyboard Controls | spokenly://tab/shortcuts |
| Transcribe File | spokenly://tab/transcribe |
| History | spokenly://tab/history |
| AI Prompts | spokenly://tab/prompts |
| Contact Us | spokenly://tab/contact |
| Dictation Models | spokenly://tab/models |
Tip: You can hook these URLs into launchers or automation tools (e.g., LeaderKey) and bind them to hotkeys.