---
title: "Send a mesh message"
method: POST
path: "/api/messages/send"
tags: ["messages"]
---

# Send a mesh message

`POST /api/messages/send`

Sends a text message through the Meshtastic radio

## Request body

- TransportSendRequest
  - `channel` integer
  - `text` string
  - `to` string

## Response `200`

success

## Other responses

- `400` — error

---

[API](https://skmtc.dev/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.dev/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/revisions/c019b6af96ea/schema)
