Text formatting tools

Text Formatter

Normalize Whitespace

Input

Mode

Text transformations

Output

Team update for Monday Prepare release notes and QA checklist. Confirm ownership for API docs and web examples.
Team update for Monday
Prepare release notes and QA checklist.
Confirm ownership for API docs and web examples.

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": "Team   update\t\tfor   Monday\nPrepare    release notes   and   QA   checklist.\nConfirm  ownership   for   API  docs and   web examples.",
  "mode": "text",
  "output": "text",
  "options": {},
  "transforms": {
    "normalizeWhitespace": true
  }
}
JSON

Response shape

{
  "data": {
    "output": "Plain text output",
    "format": "text"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "Team   update\t\tfor   Monday\nPrepare    release notes   and   QA   checklist.\nConfirm  ownership   for   API  docs and   web examples.",
  "mode": "text",
  "output": "text",
  "options": {},
  "transforms": {
    "normalizeWhitespace": true
  }
}

Don't have an API key yet?

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