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
quick
Indicative Price
0.10 USDC
100000 units
Payment Route
POST /v1/x402/proof-pack
pack=quick, source=direct
Storage
Redis when configured; memory fallback.
Open Quote Try Mini Preview Probe Payment Terms

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": ""
}'