🏷️
HTML Entities Escape / Unescape
Escape special characters to HTML entities or unescape them back.
encoder
API: POST /api/tools/html-entities
Input
Result
🔌 API Usage
POST /api/tools/html-entities
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "escape"
}
Content-Type: application/json
// Example body:
{
"text": "",
"mode": "escape"
}