Document Converter
Operationalv1.5.2 • Updated 5 days ago
API Overview
Convert documents between formats including PDF, DOCX, HTML, Markdown, TXT, and more with high fidelity. Preserves formatting, images, and metadata across conversions.
swap_horiz
Multi-Format
Supports 15+ document formats.
high_quality
High Fidelity
Preserves formatting and metadata.
Endpoints
POST
/api/convertBody Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
file | file | Yes | The document file to convert. |
from | string | Yes | Source format (e.g., docx, pdf, html). |
to | string | Yes | Target format (e.g., pdf, docx, markdown). |
preserveFormatting | boolean | No | Maintain original formatting (default: true). |
embedImages | boolean | No | Embed images in output (default: true). |
terminalAPI Playground
Live Simulation