Text formatting tools

Text Formatter

Product Features List

Input

Mode

Heading style

Text options

Output

Main features

  • Water-resistant outer shell.
  • Adjustable hood with elastic drawcord.
  • Soft inner lining for extra comfort.
  • Full-length zipper with chin guard.
  • Machine washable material.
<p><strong>Main features</strong></p>
<ul><li>Water-resistant outer shell.</li><li>Adjustable hood with elastic drawcord.</li><li>Soft inner lining for extra comfort.</li><li>Full-length zipper with chin guard.</li><li>Machine washable material.</li></ul>

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": "Main features\n- Water-resistant outer shell.\n- Adjustable hood with elastic drawcord.\n- Soft inner lining for extra comfort.\n- Full-length zipper with chin guard.\n- Machine washable material.",
  "mode": "ecommerce",
  "output": "html",
  "options": {
    "detectHeadings": true,
    "detectLists": true,
    "detectColonLabels": false,
    "splitAfterSentenceEnd": false,
    "nutritionBlockParsing": false
  },
  "transforms": {}
}
JSON

Response shape

{
  "data": {
    "output": "<p>...</p>",
    "format": "html"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "Main features\n- Water-resistant outer shell.\n- Adjustable hood with elastic drawcord.\n- Soft inner lining for extra comfort.\n- Full-length zipper with chin guard.\n- Machine washable material.",
  "mode": "ecommerce",
  "output": "html",
  "options": {
    "detectHeadings": true,
    "detectLists": true,
    "detectColonLabels": false,
    "splitAfterSentenceEnd": false,
    "nutritionBlockParsing": false
  },
  "transforms": {}
}

Don't have an API key yet?

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