---
title: "POST /Dictionary/Examples"
method: POST
path: "/Dictionary/Examples"
tags: ["DictionaryExamples"]
---

# POST /Dictionary/Examples

`POST /Dictionary/Examples`

Provides examples that show how terms in the dictionary are used in context. This operation is used in tandem with `Dictionary lookup`.

## Query parameters

- `api-version` string, required
- `from` string, required
- `to` string, required

## Headers

- `X-ClientTraceId` string

## Request body

- DictionaryExampleTextInput[]
  - `text` string
  - `translation` string

## Response `200`

Success

- object[] — Example of a successful dictionary example request
  - `normalizedSource` string
  - `normalizedTarget` string
  - `examples` object[]
    - `sourcePrefix` string
    - `sourceTerm` string
    - `sourceSuffix` string
    - `targetPrefix` string
    - `targetTerm` string
    - `targetSuffix` 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)
