---
title: "Transliterate Text"
method: POST
path: "/transliterate"
---

# Transliterate Text

`POST /transliterate`

Transliterate Text

## Query parameters

- `language` string, required
- `fromScript` string, required
- `toScript` string, required
- `api-version` string, required

## Headers

- `X-ClientTraceId` string

## Request body

- InputTextItem[]
  - `text` string, required — Text to translate.

## Response `200`

Response for the transliteration API.

- TransliteratedText[]
  - `text` string, required — A string which is the result of converting the input string to the output script.
  - `script` string, required — A string specifying the script used in the output.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/translation-texttranslation.md) · [All operations](https://skmtc.net/azure/apis/translation-texttranslation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/translation-texttranslation/revisions/6316202fc2bb/schema)
