Proof Pack Request
Save buyer intent before payment. This form does not call suppliers, run the LLM, or move USDC; it gives AxonGate a private follow-up path for converting demand into paid Proof Packs.
Selected Pack
quickIndicative Price
0.10 USDC
0.10 USDC
100000 unitsPayment Route
pack=quick, source=docs
POST /v1/x402/proof-packpack=quick, source=docs
Storage
Redis when configured; memory fallback.
Redis when configured; memory fallback.
Developer and API details
Full Paid Endpoint
https://api.axongate.one/v1/x402/proof-pack?pack=quick&source=docs
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://example.com",
"question": "What does this source establish about reserved domains?",
"pack": "quick",
"use_case": "RAG evaluation",
"budget_usdc": "10/month",
"source": "docs",
"notes": ""
}'