# Beeper Messages API

**Canonical:** https://apis.io/apis/beeper/beeper-messages-api/  
**Provider:** Beeper — https://apis.io/providers/beeper/  
**Base URL:** http://localhost:23373  
**Documentation:** https://developers.beeper.com/desktop-api/

Beeper Messages API is one of 7 APIs that [Beeper](https://apis.io/providers/beeper/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification. Tagged areas include Message. The published artifact set on APIs.io includes an OpenAPI specification and an AsyncAPI specification.

Messages inside a Chat: list, search, send, retrieve, edit, delete, and react.

## Operations (8)

| Method | Path | Summary |
|---|---|---|
| GET | `/v1/messages/search` | Search messages |
| GET | `/v1/chats/{chatID}/messages` | List messages |
| POST | `/v1/chats/{chatID}/messages` | Send a message |
| GET | `/v1/chats/{chatID}/messages/{messageID}` | Retrieve a message |
| PUT | `/v1/chats/{chatID}/messages/{messageID}` | Edit a message |
| DELETE | `/v1/chats/{chatID}/messages/{messageID}` | Delete a message |
| POST | `/v1/chats/{chatID}/messages/{messageID}/reactions` | Add a reaction |
| DELETE | `/v1/chats/{chatID}/messages/{messageID}/reactions/{reactionKey}` | Remove a reaction |

## Machine-readable artifacts (2)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/beeper/refs/heads/main/openapi/beeper-messages-api-openapi.yml
- **AsyncAPI** — https://raw.githubusercontent.com/api-evangelist/beeper/refs/heads/main/asyncapi/beeper-events-asyncapi.yml

## Other Beeper APIs (6)

- [Beeper Accounts API](https://apis.io/apis/beeper/beeper-accounts-api/)
- [Beeper App API](https://apis.io/apis/beeper/beeper-app-api/)
- [Beeper Chats API](https://apis.io/apis/beeper/beeper-chats-api/)
- [Beeper Contacts API](https://apis.io/apis/beeper/beeper-contacts-api/)
- [Beeper Files API](https://apis.io/apis/beeper/beeper-files-api/)
- [Beeper Server API](https://apis.io/apis/beeper/beeper-server-api/)

## Tags

Message

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/beeper/beeper-messages-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/beeper/.
