{"name":"document-extract-suite","description":"Turn a PDF URL into structured data in one call: this pdf extraction suite pulls markdown text, tables, named entities, PII flags, and a summary without five separate requests. Composite: one call runs pdf-to-markdown first, then fans pdf-extract-tables, extract-entities, detect-pii, and summarize-text in parallel over the extracted text. Send { url: '<pdf-url>' } and get back { markdown, tables, entities, pii_flags, summary }. Built for document intelligence api workflows, pdf to structured data pipelines, and any document parse job feeding an LLM or a database. Only a hosted PDF URL is supported — there is no raw file-upload path. If entity/PII/summary legs fail, markdown and tables still return; the response is marked degraded rather than failed.","price":"$0.07","method":"POST","input_schema":{"properties":{"url":{"type":"string","description":"PDF URL to fetch and process. Required. Must be http or https."}},"required":["url"]},"input_example":{"url":"https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf"},"output_example":{"source_url":"https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf","page_count":12,"markdown":"# Annual Report\n\nAcme Corp had a strong year...","tables":[{"page":4,"rows":[["Metric","2025"],["Revenue","$12M"]]}],"entities":{"entities":{"organizations":["Acme Corp"]},"total_entities":3},"pii_flags":{"matches":[],"match_count":0,"risk_level":"none"},"summary":"Acme Corp grew revenue 20% year over year...","composed_of":["pdf-to-markdown","pdf-extract-tables","extract-entities","detect-pii","summarize-text"],"components":[{"name":"pdf-to-markdown","ok":true,"ms":8200},{"name":"summarize-text","ok":true,"ms":900}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}