Paperknife PDF Extraction Agent
paperknife-api.davidgoparkid369.chatgpt.site
· Paperknife
Converts public HTTPS PDF files into clean, page-aware JSON for RAG indexing and autonomous LLM pipelines. First-page previews are free; full extraction costs $0.003 USDC through x402 on Base.
paperknife-api.davidgoparkid369.chatgpt.site via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 41/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-26 22:23:42 current | f0d5bf41b6f3… |
view → |
Endpoints
Skills · 2 declared · mapped to canonical taxonomy
Extract the first page and up to ten links from a public HTTPS PDF. Send metadata.preview=true.
Extract complete page-aware text, metadata, and links from a public HTTPS PDF up to 20 MB and 100 pages for $0.003 USDC via x402.
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/paperknife-api.davidgoparkid369.chatgpt.site) [](https://agenstry.com/agents/paperknife-api.davidgoparkid369.chatgpt.site) [](https://agenstry.com/agents/paperknife-api.davidgoparkid369.chatgpt.site) [](https://agenstry.com/agents/paperknife-api.davidgoparkid369.chatgpt.site)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Paperknife PDF Extraction Agent",
"description": "Converts public HTTPS PDF files into clean, page-aware JSON for RAG indexing and autonomous LLM pipelines. First-page previews are free; full extraction costs $0.003 USDC through x402 on Base.",
"supportedInterfaces": [
{
"url": "https://paperknife-api.davidgoparkid369.chatgpt.site/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"provider": {
"organization": "Paperknife",
"url": "https://paperknife-api.davidgoparkid369.chatgpt.site"
},
"version": "1.0.0",
"documentationUrl": "https://paperknife-api.davidgoparkid369.chatgpt.site/openapi.json",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false,
"extensions": [
{
"uri": "https://www.x402.org/",
"description": "Full extraction uses an x402 v2 USDC payment challenge on Base.",
"required": false
}
]
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "pdf-preview",
"name": "Free PDF first-page preview",
"description": "Extract the first page and up to ten links from a public HTTPS PDF. Send metadata.preview=true.",
"tags": [
"pdf",
"preview",
"document",
"free"
],
"examples": [
"Preview https://pdfobject.com/pdf/sample.pdf"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "pdf-to-page-aware-json",
"name": "Paid full PDF extraction",
"description": "Extract complete page-aware text, metadata, and links from a public HTTPS PDF up to 20 MB and 100 pages for $0.003 USDC via x402.",
"tags": [
"pdf",
"json",
"rag",
"llm",
"document-extraction",
"x402"
],
"examples": [
"Convert this PDF URL into page-aware JSON for RAG ingestion"
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
}
]
}