---
title: "Send Chat Internal"
method: POST
path: "/v1/sessions/internal/{session_id}/send-chat"
tags: ["sessions"]
---

# Send Chat Internal

`POST /v1/sessions/internal/{session_id}/send-chat`

Agent calls this to send an in-meeting chat message (Recall sessions).
The backend holds the Recall API key + the bot id, so the send happens
here, not in the agent container. Records the outgoing message either
way (delivered reflects whether Recall accepted it).

## Path parameters

- `session_id` string, required

## Request body

- SendChatPayload
  - `text` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
