---
title: "Stamp Recall Bot Internal"
method: POST
path: "/v1/sessions/internal/{session_id}/recall-bot"
tags: ["sessions"]
---

# Stamp Recall Bot Internal

`POST /v1/sessions/internal/{session_id}/recall-bot`

Called at bot dispatch to record the Recall bot id on the session.
This is both the handle the backend uses to send in-meeting chat and the
signal to the agent that this is a Recall-bridged external meeting.

## Path parameters

- `session_id` string, required

## Request body

- RecallBotStamp
  - `recall_bot_id` 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)
