---
title: "Submit Live Stream Comment"
method: POST
path: "/api/live-streams/{stream_id}/comments"
tags: ["live-streams"]
---

# Submit Live Stream Comment

`POST /api/live-streams/{stream_id}/comments`

Submit a comment on a live stream.

## Path parameters

- `stream_id` integer, required

## Headers

- `x-user-id` string, nullable

## Request body

- SubmitLiveStreamCommentRequest
  - `comment_text` string, required

## Response `200`

Successful Response

- SubmitLiveStreamCommentResponse
  - `success` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
