Proof Pack Request
Capture a report request before payment. This does not call suppliers, spend USDC, or run the LLM; it stores buyer intent so AxonGate can follow up and convert demand into paid Proof Packs.
Selected Pack
quickIndicative Price
0.10 USDC
0.10 USDC
100000 unitsPayment Route
pack=quick, source=direct
POST /v1/x402/proof-packpack=quick, source=direct
Storage
Redis when configured; memory fallback.
Redis when configured; memory fallback.
Full Paid Endpoint
https://api.axongate.one/v1/x402/proof-pack?pack=quick&source=direct
JSON Lead API
curl -X POST https://api.axongate.one/v1/proof-pack/leads \
-H "Content-Type: application/json" \
-d '{
"contact": "builder@example.com",
"target_url": "https://www.iana.org/domains/reserved",
"question": "What does this source establish about reserved domains?",
"pack": "quick",
"use_case": "RAG evaluation",
"budget_usdc": "10/month",
"source": "direct",
"notes": ""
}'