---
title: "Get Daily Prompts"
method: GET
path: "/api/daily-quests/prompts"
tags: ["daily-quests"]
---

# Get Daily Prompts

`GET /api/daily-quests/prompts`

Return 3 prompts for today. Selection is stable per user per day.

## Query parameters

- `lang` string, nullable — Optional locale override (en, es, pt). When set, prompts are returned in this language without requiring an updated profile. Falls back to preferred_language when omitted or invalid.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- unknown

## 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/revisions/cb25d3fef898/schema)
