Primary evidence attached
Time-sensitive facts include the source URL and capture timestamp so the buyer can verify freshness.
x402 competitive intelligence API
EXVIV sells reviewed company pricing, offer comparisons, and verified market evidence as structured JSON. No account, subscription, API key, browser checkout, or sales call is required.
Available products
The catalog publishes current prices and valid company or market inputs before the buyer constructs a payment. Each resource has one fixed price and one defined response contract.
| Resource | Price | What the agent receives |
|---|---|---|
Company pricing snapshot/api/agent/v1/intel/pricing/{companySlug} | $0.25USDC | Current reviewed plans, prices, limits, features, source evidence, and historical deltas for one company. |
Offer comparison/api/agent/v1/intel/compare?company={companySlug}&company={companySlug} | $1.00USDC | Side-by-side reviewed pricing and packaging evidence for two to four comparable companies. |
Verified market evidence brief/api/agent/v1/intel/markets/{marketSlug}?days=30&limit=25 | $2.00USDC | Recent reviewed changes, evidence URLs, classification counts, and coverage health for one EXVIV market. |
Authoritative pricing: agents should always read the live catalog immediately before paying. The catalog declares whether commerce is enabled, which inputs are valid, and which network will settle the purchase.
Agent interface
Start at /llms.txt, then fetch the free machine catalog and OpenAPI 3.1 contract.
Select a reviewed company slug or market from the catalog instead of guessing an input.
Call the resource without payment. EXVIV responds with HTTP 402 and a base64-encoded PAYMENT-REQUIRED header.
If approved, sign the exact requirement and repeat the same request with PAYMENT-SIGNATURE.
After successful settlement, EXVIV returns the purchased intelligence and PAYMENT-RESPONSE with the transaction result.
GET /api/agent/v1/intel/pricing/activepieces402 Payment Required
PAYMENT-REQUIRED: <base64 x402 requirement>PAYMENT-SIGNATURE: <signed payment payload>200 OK
PAYMENT-RESPONSE: <settlement receipt>Evidence contract
EXVIV’s paid interface exposes reviewed public changes and reviewed pricing snapshots. It excludes raw page captures, pending observations, dismissed changes, and unreviewed pricing extraction.
Time-sensitive facts include the source URL and capture timestamp so the buyer can verify freshness.
The response separates observed evidence from interpretation and does not claim a commercial result that was never measured.
If settlement does not return a final result, the agent should inspect the transaction before attempting another payment.
Sending the payment signature accepts the terms for that purchase; refund and duplicate-payment handling are published.
Common questions
No. The signed payment is the purchase credential. These endpoints do not require cookies, sessions, subscriptions, or an EXVIV API key.
An x402-compatible wallet with the required USDC, the supported network, and a spend policy that approves the advertised price.
The live 402 requirement is authoritative for that attempt. The buyer must sign the exact amount, asset, network, and recipient it received.
Retain the transaction, request URL, network, and response. EXVIV publishes redelivery and refund handling in its purchase policy.
Start with the free catalog, import the OpenAPI description, and let the wallet decide whether the evidence is worth the posted price.
Read the live catalog →