Ultimate Text Converter
# Converter API ## Supported Formats - `text` - Plain text - `markdown` - Markdown text - `html` - HTML markup - `asciidoc` - AsciiDoc format - `json` - JSON data - `yaml` - YAML data - `xml` - XML markup - `telegram_html` - Telegram HTML format - `telegram_markdownv2` - Telegram MarkdownV2 format ### Note: the upload data size is limited to 10 megabytes, going above leads to 413 (Request body…
Ultimate Text Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Convert /convert |
Converts content from one format to another. |
| GET |
Get supported formats /formats |
Returns information about supported formats and conversion capabilities. |