---
title: "Get Message Suggestions Sequential"
method: POST
path: "/chat/message/suggestions/sequential"
tags: ["chat", "chat"]
---

# Get Message Suggestions Sequential

`POST /chat/message/suggestions/sequential`

Generates conversational suggestions sequentially (one at a time) instead of all at once.

## Headers

- `authorization` string, nullable

## Request body

- MessageSuggestionsRequest
  - `message` string, required
  - `message_id` string, nullable
  - `requesting_user_id` string, required
  - `user_context` object, nullable
  - `partner_user_id` string, nullable
  - `is_live_call` boolean, nullable
  - `call_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
