---
title: "Submit Understanding"
method: POST
path: "/v1/sessions/internal/understanding"
tags: ["sessions"]
---

# Submit Understanding

`POST /v1/sessions/internal/understanding`

Called by the agent to forward real-time understanding extractions.
Fires streaming webhooks if configured on the template.

## Request body

- UnderstandingPayload
  - `room_name` string, required
  - `session_id` string, required
  - `understanding` object, required

## Response `200`

Successful Response

- unknown

## 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)
