A file conversion API takes one format in and returns another out — PDF, Word, Excel, HTML, images — without LibreOffice on your server or a headless browser you have to babysit. Send the file or a URL; get the converted bytes back.
Also called a document conversion API, format conversion API or PDF API67 services in this categoryConvert HTML content into a PDF download or signed link. Useful for invoices, reports, and other HTML-based documents.
Extract plain text from Word documents by URL or file upload. Returns the text in a single data field for search, parsing, and automation.
Convert Markdown in JSON or raw text into HTML. Returns HTML as a JSON data field or raw stream for docs, previews, and publishing pipelines.
Convert Markdown files or URLs into HTML downloads or signed HTML links. Useful for docs pipelines and publishing Markdown content on the web.
Convert a video file or URL into an animated GIF. Control size, speed, duration, and start time, then poll for a GIF URL.
Generate PNG previews from uploaded files or remote URLs. Return a binary download or a signed preview link for documents, images, video, and archives.
Extract text from uploaded PDFs or PDF URLs. Supports page ranges and page-region selection for document ingestion, search, and parsing.
Convert PDF pages from upload, URL, or base64 into JPG or PNG images. Return a ZIP download or an S3 download_url.
Convert PDFs to editable DOCX from a URL, file upload, or base64 input. Returns a DOCX download or a download_url for backend workflows.
Convert a web page URL into a binary PDF. Set page size, margins, orientation, headers, footers, and background printing.
Convert raw HTML into a PDF file with page size, margins, orientation, and background options. Useful for invoices, reports, and print-ready exports.
Convert a PDF from file, URL, or Base64 into a PowerPoint PPTX. Get a downloadable file or a download_url for slide editing workflows.
The question you arrived with, and the endpoint that answers it.