---
title: "Translate from one language to another using AI"
method: POST
path: "/v1/org/{orgId}/ai/translate"
tags: ["ai"]
---

# Translate from one language to another using AI

`POST /v1/org/{orgId}/ai/translate`

## Path parameters

- `orgId` string, required

## Request body

- AiTranslateRequest
  - `inputTexts` string[], required
  - `inputLocale` string, required
  - `outputLocales` string[], required

## Response `204`

successful operation

- AiTranslateResponse
  - `outputTexts` object[], required

## Other responses

- `400` — invalid request
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

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