---
title: "Send message"
method: POST
path: "/api/v1/threads/{threadId}/message"
tags: ["messages"]
---

# Send message

`POST /api/v1/threads/{threadId}/message`

## Path parameters

- `threadId` string, required

## Request body

- SendMessageRequest
  - `text` string, required
  - `model` ModelSelection
    - `modelId` string, required
    - `reasoningMode` 'none' | 'instant' | 'minimal' | 'low' | 'medium' | 'high' | 'xhigh' | 'max'
    - `modes` object
      - `fast` boolean
      - `pro` boolean
  - `delivery` 'queue' | 'steer' | 'interrupt'

## Response `200`

AdmitReceipt

- AdmitReceiptEncoded
  - `id` string, required
  - `deduped` boolean, required

## Other responses

- `401` — capy/Unauthorized
- `404` — capy/ThreadNotFound

---

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