---
title: "Create term substitution"
method: POST
path: "/term_substitutions"
tags: ["termSubstitutions"]
---

# Create term substitution

`POST /term_substitutions`

Create a new pronunciation substitution

## Headers

- `Authorization` string, required

## Request body

- object
  - `original_text` string, required — Original text to substitute
  - `replacement_text` string, required — Replacement pronunciation

## Response `200`

Term substitution created

- TermSubstitutionsCreateTermSubstitutionResponse200
  - `success` boolean
  - `item` TermSubstitutionsPostResponsesContentApplicationJsonSchemaItem

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
