Text formatting tools

Text Formatter

Normalize Notes

Input

Mode

Text transformations

Output

Daily Standup Notes Blockers: Waiting For Design Feedback Done: Shipped Formatter Api Example Section Next: Add More Plain Text Format Pages For Seo
Daily Standup Notes
Blockers: Waiting For Design Feedback
Done: Shipped Formatter Api Example Section
Next: Add More Plain Text Format Pages For Seo

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": "daily standup notes\nblockers: waiting for design feedback\ndone: shipped formatter api example section\nnext: add more plain text format pages for seo",
  "mode": "text",
  "output": "text",
  "options": {},
  "transforms": {
    "capitalize": true
  }
}
JSON

Response shape

{
  "data": {
    "output": "Plain text output",
    "format": "text"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "daily standup notes\nblockers: waiting for design feedback\ndone: shipped formatter api example section\nnext: add more plain text format pages for seo",
  "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.