Text formatting tools

Text Formatter

Capitalize Text

Input

Mode

Text transformations

Output

Welcome To Textformatter This Line Has Mixed Casing And Should Be Normalized For Readability.
Welcome To Textformatter
This Line Has Mixed Casing And Should Be Normalized For Readability.

API Call Example

curl -X POST "https://api.textformatter.pro/v1/format" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  --data-binary @- <<'JSON'
{
  "text": "wElcome to textformatter\nthis line has mixed casing and should be normalized for readability.",
  "mode": "text",
  "output": "text",
  "options": {},
  "transforms": {
    "capitalize": true
  }
}
JSON

Response shape

{
  "data": {
    "output": "Plain text output",
    "format": "text"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "wElcome to textformatter\nthis line has mixed casing and should be normalized for readability.",
  "mode": "text",
  "output": "text",
  "options": {},
  "transforms": {
    "capitalize": true
  }
}

Don't have an API key yet?

Get one and start formatting thousands of words with no charges.