Text formatting tools

Text Formatter

Terms and Conditions

Input

Mode

Heading style

Text options

Output

Terms and Conditions

Use of service: You agree to use the platform in compliance with applicable laws.

Account responsibility: You are responsible for activity under your account credentials.

Service availability: We may update or suspend features to improve reliability.

Limitation of liability: The service is provided as is without guaranteed uninterrupted operation.

<h2>Terms and Conditions</h2>
<p><strong>Use of service:</strong> You agree to use the platform in compliance with applicable laws.</p>
<p><strong>Account responsibility:</strong> You are responsible for activity under your account credentials.</p>
<p><strong>Service availability:</strong> We may update or suspend features to improve reliability.</p>
<p><strong>Limitation of liability:</strong> The service is provided as is without guaranteed uninterrupted operation.</p>

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": "Terms and Conditions\n\nUse of service: You agree to use the platform in compliance with applicable laws.\nAccount responsibility: You are responsible for activity under your account credentials.\nService availability: We may update or suspend features to improve reliability.\nLimitation of liability: The service is provided as is without guaranteed uninterrupted operation.",
  "mode": "web",
  "output": "html",
  "options": {
    "headingStyle": "h2",
    "detectHeadings": true,
    "detectLists": false,
    "detectColonLabels": true
  },
  "transforms": {}
}
JSON

Response shape

{
  "data": {
    "output": "<p>...</p>",
    "format": "html"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "Terms and Conditions\n\nUse of service: You agree to use the platform in compliance with applicable laws.\nAccount responsibility: You are responsible for activity under your account credentials.\nService availability: We may update or suspend features to improve reliability.\nLimitation of liability: The service is provided as is without guaranteed uninterrupted operation.",
  "mode": "web",
  "output": "html",
  "options": {
    "headingStyle": "h2",
    "detectHeadings": true,
    "detectLists": false,
    "detectColonLabels": true
  },
  "transforms": {}
}

Don't have an API key yet?

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