Developer docs
DocImprint ·
Two paths. One first win — connect an agent via MCP, or call the REST API.
Where do I start with DocImprint developer docs?
Pick a path at /docs: Agent Quickstart (/docs/agents) for MCP, or REST Quickstart (/docs/getting-started) for your first extract + verify. Authentication is at /docs/authentication.
What authentication methods does DocImprint support?
API keys (Authorization: Bearer dr_live_…) with monthly credits, or x402 USDC micropayments on Base for autonomous agents. Wallet address becomes bundle owner under x402; API keys use Stripe billing.
How do evidence bundles work in the API?
POST /v1/extract with store=true creates an evidence bundle (202 + job_id or sync bundle_id). manifest.json lists artifact SHA-256 hashes signed with EIP-191. Verify and download are always free.
On this pageOverview
Connect an agent
Paste MCP config, run one tool, verify the evidence bundle.
Agent Quickstart →Need a key? Authentication
Call the REST API
First extract, then verify — under five minutes.
REST Quickstart →Or jump to Endpoint reference
Extract modes, evidence, SDKs, jobs, collections → sidebar under API and More.