Utils API
The Utils API brings together a set of useful functions and complementary tools that work alongside the other API categories (Folder, Document, Template, Media). It offers valuable services for validating, transforming, and analyzing Markdown content.
This API allows you to interact with the Super Markdown system programmatically to perform technical operations without having to directly manipulate your documents or folders.
Examples of use cases
Here are some concrete examples of automation made possible by these APIs:
- Pre-validation: Before creating or modifying a document, verify that the Markdown syntax is correct.
- Format conversion: Transform content from one format to another (HTML to Markdown, Markdown to HTML, etc.).
- Activity & logs: Obtain logs and activity applied to the various elements in the system.
- Export: Export your documents to other formats.
- There are countless use cases for you to leverage our APIs in your workflow.
Check the Syntax of a Markdown Document
Here is a concrete example of an API call to check the syntax of a Markdown document:
Expected response:
If successful, the API returns a JSON response structured as follows:
Transform Standard Markdown to Super Markdown Syntax
Transform Docx to Super Markdown Syntax
Export The document to PDF File
Get the HTML of a specific document
Get the The activitys of a specific document / folder
What's Next ?
- LLM Integration : Getting Started with LLM Integration
- AI Agent Support : Getting Started with AI Agent Support
- Fréquents Questions : A collection of frequently asked questions related to the platform
- Integration with GitHub : Super Markdown offering GitHub users an additional presentation layer.
Need help ? Our team is here to support you. Contact us or check our FAQ.

