v10

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-242335121.2 KB
App

Focus Beeper Desktop app

Focus Beeper Desktop and optionally navigate to a specific chat, message, or pre-fill draft text and attachment.

post/v1/focus

Request body

chatIDstring

Optional Beeper chat ID (or local chat ID) to focus after opening the app. If omitted, only opens/focuses the app.

messageIDstring

Optional message ID. Jumps to that message in the chat when opening.

draftTextstring

Optional draft text to populate in the message input field.

draftAttachmentPathstring

Optional draft attachment path to populate in the message input field.

Example request

{
  "chatID": "!NCdzlIaMjZUmvmvyHU:beeper.com"
}

Response

Request executed successfully

successboolean required

Whether the app was successfully opened/focused.