---
title: "Transform text"
method: POST
path: "/api/Text/Transform"
tags: ["Text"]
---

# Transform text

`POST /api/Text/Transform`

## Query parameters

- `textActionType` 'Transform' | 'Replace', required
- `caseType` 'LowerCase' | 'UpperCase' | 'SentenceCase' | 'TitleCase'
- `find` string
- `replace` string

## Headers

- `X-Api-Key` string

## Request body

- TextDto
  - `text` string, nullable

## Response `200`

OK

---

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