Skip to content
APISeeker
GET/v1/format

HTML Formatter

Pretty-print HTML markup.

Part of HTML Formatter· Rate limits: 30 req/min

Parameters

  • htmlquerystringrequired

    HTML fragment or document

  • X-SEEKER-Keyheaderstringrequired

    Your API Seeker key

Code examples

cURL
curl -s "https://htmlfmt.apiseeker.com/v1/format" \
  -H "X-SEEKER-Key: YOUR_API_KEY"

Response

JSON
{
  "success": true,
  "data": {
    "formatted": "<div>\n  <p>Hi</p>\n</div>"
  },
  "request_id": "req_example"
}

Errors

  • 400Invalid or missing parameters
  • 401Missing or invalid API key
  • 429Rate limit exceeded

Try this endpoint

API Playground

HTML Formatter

Login required
Live testing requires an account. Log in or create an API key to send requests. Docs and snippets stay available without login.
GEThtmlfmt.apiseeker.com
https://htmlfmt.apiseeker.com/v1/format
Log in to test endpoint
Status: Latency:

Response headers

Log in to run a test and see headers.

Response body

Log in required for live testing.

Generated snippets

cURL
curl -s "https://htmlfmt.apiseeker.com/v1/format" \
  -H "X-SEEKER-Key: YOUR_API_KEY"