---
title: "Add Prayer Journal"
method: POST
path: "/api/prayer-journal"
tags: ["prayer-journal"]
---

# Add Prayer Journal

`POST /api/prayer-journal`

Add a new prayer journal entry for the authenticated user.

## Headers

- `x-user-id` string, nullable

## Request body

- AddPrayerJournalRequest
  - `prayer_text` string, required
  - `topic` string, nullable

## Response `200`

Successful Response

- PrayerJournalResponse
  - `id` integer, required
  - `prayer_text` string, required
  - `topic` string, nullable
  - `created_at` string, date-time, 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)
