Text formatting tools

Text Formatter

Product Description

Input

Mode

Heading style

Text options

Output

Usage

Apply a sufficient amount of oil to the appropriate part of the body and massage in a clockwise direction for five minutes.

Ingredients

Sesame oil (Sesamum indicum seed oil), galangal rhizome extract (Alpinia galanga), Tribulus terrestris extract, cedarwood extract (Cedrus deodara), patala root extract (Stereospermum suaveolens), ashwagandha root extract (Withania somnifera)

Caution: Close the cap carefully.

Keep out of reach of children.

The product is not intended for children or pregnant or breastfeeding women.

Storage

  • Store the product in a dry place, at a temperature between 10-25 °C.
  • Do not expose to direct sunlight.
<h2>Usage</h2>
<p>Apply a sufficient amount of oil to the appropriate part of the body and massage in a clockwise direction for five minutes.</p>
<h2>Ingredients</h2>
<p>Sesame oil (Sesamum indicum seed oil), galangal rhizome extract (Alpinia galanga), Tribulus terrestris extract, cedarwood extract (Cedrus deodara), patala root extract (Stereospermum suaveolens), ashwagandha root extract (Withania somnifera)</p>
<p><strong>Caution:</strong> Close the cap carefully.</p>
<p>Keep out of reach of children.</p>
<p>The product is not intended for children or pregnant or breastfeeding women.</p>
<h2>Storage</h2>
<ul><li>Store the product in a dry place, at a temperature between 10-25 °C.</li><li>Do not expose to direct sunlight.</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": "Usage\n\nApply a sufficient amount of oil to the appropriate part of the body and massage in a clockwise direction for five minutes.\n\nIngredients\n\nSesame oil (Sesamum indicum seed oil), galangal rhizome extract (Alpinia galanga), Tribulus terrestris extract, cedarwood extract (Cedrus deodara), patala root extract (Stereospermum suaveolens), ashwagandha root extract (Withania somnifera) Caution: Close the cap carefully. Keep out of reach of children. The product is not intended for children or pregnant or breastfeeding women.\n\nStorage\n-Store the product in a dry place, at a temperature between 10-25 °C.\n-Do not expose to direct sunlight.",
  "mode": "ecommerce",
  "output": "html",
  "options": {
    "headingStyle": "h2",
    "detectHeadings": true,
    "detectLists": true,
    "detectColonLabels": true,
    "splitAfterSentenceEnd": true,
    "nutritionBlockParsing": false
  },
  "transforms": {}
}
JSON

Response shape

{
  "data": {
    "output": "<p>...</p>",
    "format": "html"
  },
  "meta": {
    "wordsProcessed": 42
  }
}
Request payload
{
  "text": "Usage\n\nApply a sufficient amount of oil to the appropriate part of the body and massage in a clockwise direction for five minutes.\n\nIngredients\n\nSesame oil (Sesamum indicum seed oil), galangal rhizome extract (Alpinia galanga), Tribulus terrestris extract, cedarwood extract (Cedrus deodara), patala root extract (Stereospermum suaveolens), ashwagandha root extract (Withania somnifera) Caution: Close the cap carefully. Keep out of reach of children. The product is not intended for children or pregnant or breastfeeding women.\n\nStorage\n-Store the product in a dry place, at a temperature between 10-25 °C.\n-Do not expose to direct sunlight.",
  "mode": "ecommerce",
  "output": "html",
  "options": {
    "headingStyle": "h2",
    "detectHeadings": true,
    "detectLists": true,
    "detectColonLabels": true,
    "splitAfterSentenceEnd": true,
    "nutritionBlockParsing": false
  },
  "transforms": {}
}

Don't have an API key yet?

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