---
title: "POST /transliterate"
method: POST
path: "/transliterate"
tags: ["Transliterate"]
---

# POST /transliterate

`POST /transliterate`

Converts the text of a language in one script into another type of script. Example- 
Japanese script "こんにちは"
Same word in Latin script "konnichiha"

## Query parameters

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

## Headers

- `X-ClientTraceId` string

## Request body

- TransliterateTextInput[]
  - `text` string

## Response `200`

Success

- object[] — Example of a successful transliterate request
  - `text` string
  - `script` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-translatortext.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-translatortext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-translatortext/revisions/70ce120aedb4/schema)
