Parse & Extract API for Developers

    Feature

    Parse & Extract API built for teams that need reliable document automation at scale. Convert and process files with simple REST requests, predictable output quality, and production-grade uptime. Use it for invoice parsing, table extraction, and data enrichment workflows. Includes clear docs, SDK-ready endpoints, and quick testing in your browser.

    What it does

    Parse PDFs into usable data

    Provide a PDF URL and choose a parsing mode. The API returns structured JSON that you can feed into your pipelines.

    Common use cases
    • Invoice / receipt extraction
    • Statement ingestion
    • Search indexing
    • Table extraction for analytics
    Modes
    • text: plain text
    • layout: layout-aware
    • tables: extract tables
    • full: everything available

    Parameters

    What you can send in the request body

    url
    required

    A publicly accessible PDF URL.

    mode
    optional

    One of: text, layout, tables, full.

    pages
    optional

    "all" or a range like 1-3.

    Prefer the full playground? Use Try Now.

    Sandbox

    Parse a PDF URL

    Result

    Response and helpful links