Parse Documentation

Parse is an AI-powered document data extraction API. Upload any document and get structured JSON back.

Quick Example

Extract data from a PDF with a single API call:

curl -X POST https://api.parse.conversiontools.io/v1/extract \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@invoice.pdf" \
  -F "schema=invoice"

Supported Document Types

  • PDF Documents
  • Invoices & Receipts
  • Contracts & Forms
  • Bank Statements
  • ID Documents
  • Scanned Images
Documentation | Parse