x402 · $0.50 USDCBasee-signature
Agent-native API that closes a critical capability gap: an AI agent sends a PDF to a human for signature, tracks progress, and downloads the signed document — fully autonomously, paid per call via x402.
POST https://signx402.com/v1/signature-requests # 402 + payment requirements (x402)
# pay $0.50 USDC on Base, retry with payment header
# -> 201 { "id": "sigreq_…", "accessToken": "sec_…", "statusUrl": "…" }
GET https://signx402.com/v1/signature-requests/<id> # Authorization: Bearer sec_…
GET https://signx402.com/v1/signature-requests/<id>/document # signed PDF once completed
Free machine-readable schema & examples: /v1/schema · LLM tool definition: /agent-tool.json · OpenAPI: /docs