{"version":1,"protocol":"x402","x402Version":2,"status":"ready","resources":[{"url":"https://pageproof.alert-crab-1890.chatgpt.site/v1/pdf/extract","method":"POST","description":"Extract text from a digital PDF into page-numbered JSON with SHA-256 hashes. No account or API key. 0.005 USDC on Base per successful document via x402. Maximum 2 MiB and 25 pages. No OCR, summaries, URL fetching, or verification of document claims.","paymentRequired":{"x402Version":2,"resource":{"url":"https://pageproof.alert-crab-1890.chatgpt.site/v1/pdf/extract","description":"Extract text from a digital PDF into page-numbered JSON with SHA-256 hashes. No account or API key. 0.005 USDC on Base per successful document via x402. Maximum 2 MiB and 25 pages. No OCR, summaries, URL fetching, or verification of document claims.","mimeType":"application/json"},"accepts":[{"scheme":"exact","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","payTo":"0x3E824CBa63FB9bdd52C199A3B95Fa02aA6f64072","maxTimeoutSeconds":120,"extra":{"name":"USD Coin","version":"2"}}],"extensions":{"bazaar":{"info":{"input":{"type":"http","bodyType":"json","body":{"pdf_base64":"JVBERi0xLjQKMSAwIG9iago8PCAvVHlwZSAvQ2F0YWxvZyAvUGFnZXMgMiAwIFIgPj4KZW5kb2JqCjIgMCBvYmoKPDwgL1R5cGUgL1BhZ2VzIC9LaWRzIFszIDAgUl0gL0NvdW50IDEgPj4KZW5kb2JqCjMgMCBvYmoKPDwgL1R5cGUgL1BhZ2UgL1BhcmVudCAyIDAgUiAvTWVkaWFCb3ggWzAgMCA2MTIgNzkyXSAvUmVzb3VyY2VzIDw8IC9Gb250IDw8IC9GMSA0IDAgUiA+PiA+PiAvQ29udGVudHMgNSAwIFIgPj4KZW5kb2JqCjQgMCBvYmoKPDwgL1R5cGUgL0ZvbnQgL1N1YnR5cGUgL1R5cGUxIC9CYXNlRm9udCAvSGVsdmV0aWNhID4+CmVuZG9iago1IDAgb2JqCjw8IC9MZW5ndGggNzkgPj4Kc3RyZWFtCkJUIC9GMSAxOCBUZiA3MiA3MjAgVGQgKFBhZ2VQcm9vZiBzYW1wbGUuIE9yZGVyIFBQLTAwMSB0b3RhbHMgRVVSIDQyLjAwLikgVGogRVQKZW5kc3RyZWFtCmVuZG9iagp4cmVmCjAgNgowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDAwMDkgMDAwMDAgbiAKMDAwMDAwMDA1OCAwMDAwMCBuIAowMDAwMDAwMTE1IDAwMDAwIG4gCjAwMDAwMDAyNDEgMDAwMDAgbiAKMDAwMDAwMDMxMSAwMDAwMCBuIAp0cmFpbGVyCjw8IC9TaXplIDYgL1Jvb3QgMSAwIFIgPj4Kc3RhcnR4cmVmCjQ0MAolJUVPRgo="},"method":"POST"},"output":{"type":"json","example":{"schema_version":"1.0.1","document_sha256":"4d4ba642325addb40cc26835a64651c80c71325e0c7e71a27ebc25333b327ac5","page_count":1,"character_count":48,"pages":[{"page":1,"text":"PageProof sample. Order PP-001 totals EUR 42.00.","text_sha256":"8cb2e81e6eb069ad020cf98b7bd021ec26e07614da16af92eb525360ea947df9"}],"warnings":["Text order follows PDF.js extraction; complex layouts and tables may need further processing."],"provenance":{"parser":"unpdf@1.8.1 / PDF.js@6.1.200","method":"embedded-text","content_verified":false,"ocr":false}}}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"input":{"type":"object","properties":{"type":{"type":"string","const":"http"},"method":{"type":"string","enum":["POST","PUT","PATCH"]},"bodyType":{"type":"string","enum":["json","form-data","text"]},"body":{"type":"object","additionalProperties":false,"required":["pdf_base64"],"properties":{"pdf_base64":{"type":"string","contentEncoding":"base64","contentMediaType":"application/pdf","maxLength":2796204,"description":"Standard padded base64 of PDF bytes, maximum 2097152 bytes. No URL or data-URI prefix."}}}},"required":["type","method","bodyType","body"],"additionalProperties":false},"output":{"type":"object","properties":{"type":{"type":"string"},"example":{"type":"object","required":["schema_version","document_sha256","page_count","character_count","pages","warnings","provenance"],"properties":{"schema_version":{"type":"string"},"document_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"page_count":{"type":"integer","minimum":1,"maximum":25},"character_count":{"type":"integer"},"pages":{"type":"array","items":{"type":"object","required":["page","text","text_sha256"],"properties":{"page":{"type":"integer","minimum":1},"text":{"type":"string"},"text_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"warnings":{"type":"array","items":{"type":"string"}},"provenance":{"type":"object","properties":{"parser":{"type":"string"},"method":{"type":"string"},"content_verified":{"const":false},"ocr":{"const":false}}}}}},"required":["type"]}},"required":["input"]}}}},"inputSchema":{"type":"object","additionalProperties":false,"required":["pdf_base64"],"properties":{"pdf_base64":{"type":"string","contentEncoding":"base64","contentMediaType":"application/pdf","maxLength":2796204,"description":"Standard padded base64 of PDF bytes, maximum 2097152 bytes. No URL or data-URI prefix."}}},"outputSchema":{"type":"object","required":["schema_version","document_sha256","page_count","character_count","pages","warnings","provenance"],"properties":{"schema_version":{"type":"string"},"document_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"page_count":{"type":"integer","minimum":1,"maximum":25},"character_count":{"type":"integer"},"pages":{"type":"array","items":{"type":"object","required":["page","text","text_sha256"],"properties":{"page":{"type":"integer","minimum":1},"text":{"type":"string"},"text_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"warnings":{"type":"array","items":{"type":"string"}},"provenance":{"type":"object","properties":{"parser":{"type":"string"},"method":{"type":"string"},"content_verified":{"const":false},"ocr":{"const":false}}}}}}]}