Back to docpull
Card snapshot
docpull.ai
·
2026-05-21 00:12:02 UTC
·
e4f3d4c35439987ffd0872425e77cedc422c681591f117820832dd2b93b5d95b
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "docpull",
"version": "1.0.0",
"description": "PDF to Markdown extraction API for AI agents",
"url": "https://docpull.ai",
"skills": [
{
"id": "extract-pdf",
"name": "Extract PDF to Markdown",
"description": "Converts a publicly accessible PDF URL to clean structured Markdown. Detects headings, lists, and document structure.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"examples": [
"Extract the text from https://example.com/report.pdf",
"Convert this PDF to markdown: https://example.com/contract.pdf"
]
},
{
"id": "probe-pdf",
"name": "Probe PDF cost",
"description": "Check the page count and extraction cost for a PDF before paying.",
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
],
"payment": {
"protocol": "x402",
"version": 2,
"network": "eip155:8453"
}
}