Docling is a document parsing API by IBM Research that converts PDF, DOCX, PPTX, HTML, and images into structured Markdown or JSON. Features an interactive Swagger UI for testing conversions. Stateless API — no external database required.

A document parsing API by IBM Research. Converts PDF, DOCX, PPTX, HTML, images, and AsciiDoc into structured Markdown or JSON with high fidelity. Powered by AI models for layout analysis and table structure recognition.
/docs for interactive API testingcurl -X POST "https://YOUR_DOMAIN/v1/convert/source" \
-F "[email protected]" \
-H "accept: application/json"
MIT — GitHub