Public Tools

AI Markdown to WhatsApp

Paste AI-generated markdown on the left and get WhatsApp-ready text or a table image on the right. Useful for release notes, summaries, alerts, and support macros.

Live Converter

AI Markdown Input
Paste common LLM markdown: headings, bullets, quotes, code blocks, links, and tables.
WhatsApp Output
Formatted plain text ready for `text.content` in the API or SDK.

Supported Output

Text conversion

Headings, lists, quotes, inline formatting, code blocks, and links are converted into WhatsApp-friendly plain text.

Table handling

Markdown tables are exported as SVG images, with optional split output and optional placeholders like Table 1 in the text result.

API And SDK

Use POST /v1/tools/markdown-to-whatsapp when you want a public conversion endpoint, or use markdownToWhatsAppText() / markdownToWhatsAppResult() in the SDK.

The tool can return plain text, table image output, or a mixed result with both text and image data depending on the markdown content.

For the full response shapes, flags, and examples for table splitting, link hiding, and placeholders, use the docs guide.