Text formatting tools

Text Formatter

Real Estate Description

Input

Mode

Heading style

Text options

Output

Modern Apartment in City Center

This renovated two-bedroom apartment offers a bright open-plan living area with large windows and a west-facing balcony. The interior combines modern finishes with practical storage for comfortable daily living.

Property Highlights

  • Built-in kitchen appliances with quartz worktops.
  • Two spacious bedrooms with custom wardrobes.
  • Walk-in shower and underfloor bathroom heating.

Location Benefits

  • Five-minute walk to tram and metro connections.
  • Nearby schools, supermarkets, and fitness centers.
  • Includes one secure parking space and private storage.
<p><strong>Modern Apartment in City Center</strong></p>
<p>This renovated two-bedroom apartment offers a bright open-plan living area with large windows and a west-facing balcony. The interior combines modern finishes with practical storage for comfortable daily living.</p>
<p><strong>Property Highlights</strong></p>
<ul><li>Built-in kitchen appliances with quartz worktops.</li><li>Two spacious bedrooms with custom wardrobes.</li><li>Walk-in shower and underfloor bathroom heating.</li></ul>
<p><strong>Location Benefits</strong></p>
<ul><li>Five-minute walk to tram and metro connections.</li><li>Nearby schools, supermarkets, and fitness centers.</li><li>Includes one secure parking space and private storage.</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": "Modern Apartment in City Center\n\nThis renovated two-bedroom apartment offers a bright open-plan living area with large windows and a west-facing balcony. The interior combines modern finishes with practical storage for comfortable daily living.\n\nProperty Highlights\n- Built-in kitchen appliances with quartz worktops.\n- Two spacious bedrooms with custom wardrobes.\n- Walk-in shower and underfloor bathroom heating.\n\nLocation Benefits\n- Five-minute walk to tram and metro connections.\n- Nearby schools, supermarkets, and fitness centers.\n- Includes one secure parking space and private storage.",
  "mode": "web",
  "output": "html",
  "options": {
    "detectHeadings": true,
    "detectLists": true,
    "detectColonLabels": true
  },
  "transforms": {}
}
JSON

Response shape

{
  "data": {
    "output": "<p>...</p>",
    "format": "html"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "Modern Apartment in City Center\n\nThis renovated two-bedroom apartment offers a bright open-plan living area with large windows and a west-facing balcony. The interior combines modern finishes with practical storage for comfortable daily living.\n\nProperty Highlights\n- Built-in kitchen appliances with quartz worktops.\n- Two spacious bedrooms with custom wardrobes.\n- Walk-in shower and underfloor bathroom heating.\n\nLocation Benefits\n- Five-minute walk to tram and metro connections.\n- Nearby schools, supermarkets, and fitness centers.\n- Includes one secure parking space and private storage.",
  "mode": "web",
  "output": "html",
  "options": {
    "detectHeadings": true,
    "detectLists": true,
    "detectColonLabels": true
  },
  "transforms": {}
}

Don't have an API key yet?

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