Introduction
Enconvert is a RESTful API for converting files and web pages between a wide range of formats. It is designed for developers who need reliable, programmatic access to document, image, and data conversion without managing conversion infrastructure.
Base URL:
https://api.enconvert.com
All API requests should be made to this base URL, followed by the appropriate endpoint path (e.g., https://api.enconvert.com/v1/convert/url-to-pdf).
Key Features
- 15+ conversion endpoints covering documents, data formats, images, web pages, and AI-powered processing
- Two authentication methods -- private keys for server-to-server integration and public keys with JWT for client-side usage
- Batch processing -- convert multiple files or URLs in a single request
- Synchronous and asynchronous modes -- get results immediately or poll for completion on long-running jobs
- Job notifications -- receive webhook callbacks when async conversions complete
- Web widgets -- embed conversion functionality directly into your web application
- No SDK required -- use standard HTTP requests from any language or platform
Supported Conversions
| Conversion |
Endpoint |
Status |
| JSON to XML |
/v1/convert/json-to-xml |
Available |
| XML to JSON |
/v1/convert/xml-to-json |
Available |
| JSON to YAML |
/v1/convert/json-to-yaml |
Available |
| YAML to JSON |
/v1/convert/yaml-to-json |
Available |
| CSV to JSON |
/v1/convert/csv-to-json |
Available |
| JSON to CSV |
/v1/convert/json-to-csv |
Available |
| Markdown to HTML |
/v1/convert/markdown-to-html |
Available |
Documents to PDF
| Conversion |
Endpoint |
Status |
| HTML to PDF |
/v1/convert/html-to-pdf |
Available |
| Markdown to PDF |
/v1/convert/markdown-to-pdf |
Available |
| DOCX to PDF |
/v1/convert/docx-to-pdf |
Coming Soon |
| XLSX to PDF |
/v1/convert/xlsx-to-pdf |
Coming Soon |
Web Pages
| Conversion |
Endpoint |
Status |
| URL to PDF |
/v1/convert/url-to-pdf |
Available |
| URL to Screenshot |
/v1/convert/url-to-screenshot |
Available |
| Conversion |
Endpoint |
Status |
| Image Conversion |
/v1/convert/image |
Available |
| Thumbnails |
/v1/convert/thumbnail |
Available |
| Video |
-- |
Coming Soon |
AI
| Conversion |
Endpoint |
Status |
| OCR |
/v1/ai/ocr |
Available |
| Speech to Text |
/v1/ai/speech-to-text |
Available |
| Text to Speech |
/v1/ai/text-to-speech |
Coming Soon |