- Total Endpoints
- Endpoint Categories
- Sample Files
v0.1.0 Current Version

Quick Actions

🎮

Transformation Playground

Test all transformations with interactive samples

Coming in v0.1.1
📄

View Simple Sample

Minimal HTML structure for basic testing

Available Now
🗂️

View Complex Sample

Deeply nested structure for stress testing

Available Now

Available API Endpoints

All transformation capabilities provided by the service

Pre-loaded Sample Files

📄 Simple HTML

simple.html

Minimal HTML document with basic structure. Perfect for quick tests.

Text Nodes ~15
Max Depth 5

🗂️ Complex Nested

complex.html

Deeply nested structure with tables, lists, and mixed content for stress testing.

Text Nodes 100+
Max Depth 15+

📊 Dashboard

dashboard.html

Self-referential sample - transform this dashboard page itself!

Text Nodes 50+
Max Depth 10+

About This Service

The HTML Transformation Service provides a comprehensive API for parsing, analyzing, and manipulating HTML documents. Key capabilities include:

🔍 Parsing

  • Convert HTML to structured dictionary
  • Extract DOM tree with full nesting
  • Preserve all element attributes

📝 Text Processing

  • Extract all text nodes with hashes
  • Enable semantic text modification
  • Privacy masking and debugging

🔄 Reconstruction

  • Rebuild HTML from dictionary
  • Apply text modifications via hashes
  • Round-trip validation

🎯 Analysis

  • Format as readable lines
  • Count nodes and depth
  • Identify structure patterns
💡 Pro Tip: Start with the Simple sample to understand basic transformations, then move to Complex sample for edge cases. The Playground (v0.1.1) will provide interactive testing for all endpoints!