---
title: "Chat Explore Suggestions Route Async"
method: POST
path: "/knowledge/chat-explore-suggestions"
tags: ["knowledge"]
---

# Chat Explore Suggestions Route Async

`POST /knowledge/chat-explore-suggestions`

Generate suggestions

## Request body

- KnowledgeChatExploreSuggestionsRequestPayload
  - `knowledgeDocumentIds` string[], required — List of document ids
  - `forceRefresh` boolean — ignore cache and re-generate suggestions

## Response `200`

Successful Response

- KnowledgeChatExploreSuggestionsResponsePayload
  - `suggestions` string[], nullable — List of suggestions
  - `status` 'RUNNING' | 'COMPLETED' | 'FAILED', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/revisions/6662a407c637/schema)
