---
title: "Coach Stream"
method: POST
path: "/coach/stream"
---

# Coach Stream

`POST /coach/stream`

## Request body

- CoachStreamInput
  - `content` string, required
  - `thread_id` string, uuid, nullable
  - `materials` MaterialInput[]
    - `filename` string, required
    - `type` 'IMAGE' | 'PDF', required
    - `display_name` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/revyze/apis/fastapi.md) · [All operations](https://skmtc.dev/revyze/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/revyze/fastapi/revisions/16168f916854/schema)
