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

  • 25+ 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

Data Formats

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
Word to PDF /v1/convert/doc-to-pdf Available
Excel to PDF /v1/convert/excel-to-pdf Available
PowerPoint to PDF /v1/convert/ppt-to-pdf Available
ODT to PDF /v1/convert/odt-to-pdf Available
ODS to PDF /v1/convert/ods-to-pdf Available
ODP to PDF /v1/convert/odp-to-pdf Available
OTS to PDF /v1/convert/ots-to-pdf Available
Pages to PDF /v1/convert/pages-to-pdf Available
Numbers to PDF /v1/convert/numbers-to-pdf Available
Keynote to PDF /v1/convert/key-to-pdf Available
ePub to PDF /v1/convert/epub-to-pdf Available

Web Pages

Conversion Endpoint Status
URL to PDF /v1/convert/url-to-pdf Available
URL to Screenshot /v1/convert/url-to-screenshot Available

Media

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