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

# Get Bilingual Message Suggestions

`POST /chat/message/suggestions/bilingual`

Get conversation suggestions in both target and native languages.

## Headers

- `conversation-native-language` string, nullable
- `conversation-target-language` string, nullable
- `authorization` string, nullable

## Request body

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

## Response `200`

Successful Response

- BilingualSuggestionsResponse
  - `target_language_suggestions` string[], required
  - `native_language_suggestions` string[], required
  - `target_language` string, required
  - `native_language` string, required

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-09** `acd009140c6e` — 2 info
  - the request property `requesting_user_id` became optional
  - request property `requesting_user_id` list-of-types was widened by adding types `null` to media type `application/json`

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/chat/message/suggestions/bilingual/post.md)

---

[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.dev/fluentea/apis/aurqa-language-learning-platform-refactored/revisions/ee945980cf00?raw)
