Text formatting tools

Text Formatter

Privacy Policy

Input

Mode

Heading style

Text options

Output

Privacy Policy

Data collected: We store account details and usage events required to provide the service.

Purpose of processing: Data is used for authentication, billing, and product improvement.

Retention period: Records are kept only as long as necessary for legal and operational needs.

User rights: You may request access, correction, or deletion of personal data.

<h2>Privacy Policy</h2>
<p><strong>Data collected:</strong> We store account details and usage events required to provide the service.</p>
<p><strong>Purpose of processing:</strong> Data is used for authentication, billing, and product improvement.</p>
<p><strong>Retention period:</strong> Records are kept only as long as necessary for legal and operational needs.</p>
<p><strong>User rights:</strong> You may request access, correction, or deletion of personal data.</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": "Privacy Policy\n\nData collected: We store account details and usage events required to provide the service.\nPurpose of processing: Data is used for authentication, billing, and product improvement.\nRetention period: Records are kept only as long as necessary for legal and operational needs.\nUser rights: You may request access, correction, or deletion of personal data.",
  "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": "Privacy Policy\n\nData collected: We store account details and usage events required to provide the service.\nPurpose of processing: Data is used for authentication, billing, and product improvement.\nRetention period: Records are kept only as long as necessary for legal and operational needs.\nUser rights: You may request access, correction, or deletion of personal data.",
  "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.