---
title: "Translate Text"
method: POST
path: "/translate"
---

# Translate Text

`POST /translate`

Legacy translation endpoint - redirects to chat translation.

Signed in only (2026-09-18 route-auth review). Its one caller,
PassageReader.jsx, already sends the bearer token; anonymous callers were
reaching it because nothing asked. It answers a canned dict rather than
translating, so nothing here reads the caller's data - the dependency is
here so the route says who may call it, like every other route.

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-21** `13996d792e23` — 2 info
  - added the new optional `header` request parameter `authorization`
  - added the non-success response with the status `422`

[Change history](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/changes/translate/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/be75c0eba493?raw)
