---
title: "Ensures the provided text is in English, returning a suggested English text when it isn't."
method: POST
path: "/translation/ensure-english"
tags: ["Translation"]
---

# Ensures the provided text is in English, returning a suggested English text when it isn't.

`POST /translation/ensure-english`

## Request body

- EnsureEnglishEndpointInput
  - `text` string, required — The text to ensure is English.

## Response `200`

OK

- EnsureEnglishEndpointOutput
  - `englishText` string, required — The English version of the provided text.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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