📄

HTML Prettify

Prettify and indent HTML markup.

data API: POST /api/tools/html-prettify

Input

🔌 API Usage

POST /api/tools/html-prettify
Content-Type: application/json

// Example body:
{
  "input": ""
}