---
title: "Create Shared Prayers"
method: POST
path: "/api/shared-prayers"
tags: ["shared-prayers"]
---

# Create Shared Prayers

`POST /api/shared-prayers`

Store a prayer once per person it is about to be shared with.

## Headers

- `x-user-id` string, nullable

## Request body

- CreateSharedPrayersRequest
  - `prayer_text` string, required
  - `person_ids` string[], required

## Response `200`

Successful Response

- CreateSharedPrayersResponse
  - `prayers` SharedPrayerRef[], required
    - `id` string, required
    - `person_id` string, 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)
