---
title: "Get Daily Prayer Audio"
method: GET
path: "/api/daily-prayer/audio"
tags: ["prayers"]
---

# Get Daily Prayer Audio

`GET /api/daily-prayer/audio`

Get daily prayer audio, generating it if not already cached.

This endpoint retrieves the daily prayer audio from the database if it exists,
or generates both the prayer text and audio if not cached.

Args:
    current_user: Authenticated user
    
Returns:
    PrayerResponse containing prayer_text and audio_base64

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- PrayerResponse
  - `prayer_text` string, required
  - `audio_base64` string, nullable

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