---
title: "Submit Comment"
method: POST
path: "/api/prayer-wall/{prayer_id}/comments"
tags: ["prayer-wall"]
---

# Submit Comment

`POST /api/prayer-wall/{prayer_id}/comments`

Submit a comment on a prayer. AI validates comment. Returns success if valid.

## Path parameters

- `prayer_id` integer, required

## Headers

- `x-user-id` string, nullable

## Request body

- SubmitCommentRequest
  - `comment_text` string, nullable
  - `quick_reply_text` string, nullable

## Response `200`

Successful Response

- SubmitCommentResponse
  - `success` boolean, required

## Other responses

- `400` — Comment rejected
- `422` — Validation Error
- `500` — Failed to submit comment

---

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