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
quick
Indicative Price
0.10 USDC
100000 units
Payment Route
POST /v1/x402/proof-pack
pack=quick, source=docs
Storage
Redis when configured; memory fallback.
Open Quote Try Mini Preview View Sample
More actions
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": ""
}'