{"name":"doc-brief","description":"Digests a public PDF in one call: layout-aware markdown, an executive summary, and named entities. Markdown preserves headings, tables, and lists; entities cover people, organizations, dates, and monetary amounts. Handles digital and scanned PDFs up to 30 pages. Ideal for report triage, contract review prep, research ingestion, due-diligence agents. Composite: one call runs pdf-to-markdown first, then summarize-text + extract-entities in parallel over the markdown. Use it as a PDF summary + entities bundle, PDF intelligence, report digest API, or contract skim.","price":"$0.05","method":"POST","input_schema":{"properties":{"pdf_url":{"type":"string","description":"Public URL of a PDF file (http or https), directly fetchable. Max 30 pages."}},"required":["pdf_url"]},"input_example":{"pdf_url":"https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf"},"output_example":{"pdf_url":"https://raw.githubusercontent.com/py-pdf/sample-files/main/001-trivial/minimal-document.pdf","page_count":3,"markdown_chars":5120,"markdown_excerpt":"# Quarterly Report\n\nRevenue grew...","summary":"The report covers Q3 performance with revenue growth of 12%...","entities":{"organizations":["Acme Corp"],"dates":["Q3 2026"]},"composed_of":["pdf-to-markdown","summarize-text","extract-entities"],"components":[{"name":"pdf-to-markdown","ok":true,"ms":6200},{"name":"summarize-text","ok":true,"ms":2400},{"name":"extract-entities","ok":true,"ms":1950}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}