---
title: "Get Chat Suggestions"
method: GET
path: "/api/chat/suggestions"
tags: ["chatbot"]
---

# Get Chat Suggestions

`GET /api/chat/suggestions`

Get chat suggestions for the Christian companion app in user's preferred language.

If conversation_id is provided and has messages, returns contextual suggestions.
Otherwise returns static suggestions.

## Query parameters

- `conversation_id` string, nullable

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- SuggestionsResponse
  - `suggestions` 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)
