# Translation

Endpoints for translating text between languages

## Translate text to a target language

 - [POST /api/v1/translate/text](https://docs.wellesley.social/openapi/translation/paths/~1api~1v1~1translate~1text/post.md): Translates the provided text into the specified target language. Supports both plain text and HTML content (set isHtml=true for HTML). Requires authentication.

