Live API ยท Free tier included

Convert & Extract
from Any Document

Powerful document conversion API. PDF, DOCX, XLSX, PPTX, and images โ€” converted to markdown, plain text, JSON, DOCX, PNG, or JPG. AI-powered extraction included.

# Convert a PDF to markdown in one line
import requests

result = requests.post(
  "https://vps.apimcp.site/api/pdfify/v1/convert",
  headers={"X-API-Key": "your_key"},
  files={"file": ("report.pdf", open("report.pdf", "rb"))},
  data={"output_format": "markdown"}
).json()

# result["content"] โ†’ markdown text
PDF
โ†’
Markdown
Plain Text
JSON
DOCX
PNG/JPG
DOCX
XLSX
PPTX
PNG
JPG / HEIC
GIF
WEBP

Everything you need for
document automation

From simple file conversion to AI-powered entity extraction โ€” one API, zero infrastructure.

๐Ÿ”„

Universal Conversion

Convert between 10+ formats. PDF to markdown, DOCX to PDF, images to text โ€” any direction.

๐Ÿค–

AI Extraction

Extract structured data โ€” invoices, contracts, reports โ€” using MiniMax AI. Dates, emails, amounts, custom fields.

โšก

Async Processing

Large file? No problem. Submit a job, get a webhook when it's done. Up to 20MB per file.

๐Ÿ”‘

API Key Auth

Simple API key authentication. Manage keys, monitor usage, track costs per key.

๐Ÿ“Š

Usage Tracking

Real-time credit usage. Know exactly how many conversions you've used this month.

๐Ÿ›ก๏ธ

Secure & Private

Files processed temporarily, never stored. Your data stays yours.

REST API โ€” Full Example

Convert a PDF and extract key information in one call.

curl -X POST https://vps.apimcp.site/api/pdfify/v1/convert \
  -H "X-API-Key: $YOUR_API_KEY" \
  -F "file=@document.pdf" \
  -F "output_format=markdown"

# Response:
{ "success": true, "content": "# Document Title...", "credits_used": 3 }

Simple, transparent pricing

Start free, scale as you grow. No hidden fees.

Free

Try it out, no credit card

$0/month
  • 100 conversions/month
  • Up to 5MB per file
  • Basic formats
  • Email support

Pro

For teams and agencies

$29/month
  • 5,000 conversions/month
  • Up to 20MB per file
  • All formats + AI extraction
  • Discord support

Need more? Contact us for Business pricing โ€” custom volume, dedicated support.

Get your API key in 30 seconds

No credit card required for the free tier.