---
title: "Generate three suggested user responses based on chat history (Premium only)"
method: GET
path: "/v2/chats/{id}/suggestions"
tags: ["Chats v2"]
---

# Generate three suggested user responses based on chat history (Premium only)

`GET /v2/chats/{id}/suggestions`

## Path parameters

- `id` string, required

## Response `200`

Successfully generated three suggested responses

- GenerateSuggestionsResponseDto
  - `suggestions` string[], required — Array of three suggested answers

## Other responses

- `403` — User does not have an active premium subscription
- `404` — Chat not found

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
