Code & Markup Utilities Suite
Stop importing heavy dependencies or writing custom scripts for routine text, code, and markup transformations. The Code & Markup Utilities Suite provides developers, data engineers, and technical writers with a unified, high-performance REST gateway for essential formatting tasks. Whether you are building an automated web data extraction pipeline that needs to convert raw HTML DOMs into…
Code & Markup Utilities Suite endpoints
| Method | Endpoint | Description |
|---|---|---|
| html_to_markdown_convert | ||
| POST |
/html_to_markdown_convert /html_to_markdown_convert |
Convert raw HTML text or fetch from a remote URL to compile high-fidelity, clean Github Flavored Markdown (GFM). Supports nested list structures, tables with alignments, inline… |
| markdown_table_generate | ||
| POST |
/markdown_table_generate /markdown_table_generate |
Construct beautifully aligned, GFM Markdown tables and Tailwind CSS HTML layouts from array list inputs. |
| base64_convert | ||
| POST |
/base64_convert /base64_convert |
Encodes standard UTF-8 text strings to Base64 format, or decodes Base64 payloads back to text strings. Supports url-safe variations. |
| regex_test | ||
| POST |
/regex_test /regex_test |
Evaluate regular expression patterns against target text structures. Details matched spans, capture group indices, and provides specific syntactic validation error feedback logs. |
| ascii_art_generate | ||
| POST |
/ascii_art_generate /ascii_art_generate |
Construct high-fidelity, highly aligned ASCII terminal text art from alphanumeric inputs. |
Code & Markup Utilities Suite pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / minute |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA | $10 / month | 60 / minute |
|
| MEGA | $30 / month | 150 / minute |
|