API

Coming Soon

Document Conversion API

Programmatic access to MDSpin's conversion engine. Convert PDF, DOCX, PPTX, and more to clean Markdown — directly from your application.

Conversion at Scale

A REST API for integrating document-to-Markdown conversion into your applications, pipelines, and automation workflows.

Single File Conversion

Convert one document per request with a simple multipart upload.

Batch Processing

Convert multiple files in a single API call for pipeline efficiency.

Format Detection

Automatic identification of PDF, DOCX, PPTX, and 5 other formats.

Structured Output

Clean Markdown with preserved headings, tables, lists, and emphasis.

Simple Integration

POST /api/convert
Content-Type: multipart/form-data

---

Response:
{
  "markdown": "# Document Title\n\nContent...",
  "wordCount": 1250,
  "fileType": "pdf"
}

Supported formats: PDF, DOCX, DOC, PPTX, GSLIDES, PAGES, TXT, RTF

Built For

RAG Pipelines

Preprocess documents before embedding. Clean Markdown with section boundaries gives your chunker natural split points.

Knowledge Bases

Automate document ingestion into your knowledge base. Convert uploads on arrival without manual intervention.

AI Applications

Feed clean, structured text to LLMs. Reduce token costs and improve response quality with noise-free input.

Get Early Access

The MDSpin API is coming soon. Join the waitlist to be the first to integrate document conversion into your workflow.