🏷️

HTML Entities Escape / Unescape

Escape special characters to HTML entities or unescape them back.

encoder API: POST /api/tools/html-entities

Input

🔌 API Usage

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

// Example body:
{
  "text": "",
  "mode": "escape"
}