GET$0.05
/api/page-profile
Extract the signals agents need before ingesting or citing a page.
- Final URL, status, and redirect chain
- Title, description, canonical, and robots
- OpenGraph and JSON-LD types
- Internal and external link counts
curl -i "$PROOF402_URL/api/page-profile?url=https%3A%2F%2Fexample.com"
GET$0.25
/api/x402-audit
Probe a paid endpoint without paying it and grade the challenge it exposes.
- Header and body challenge decoding
- Scheme, network, price, and asset checks
- Resource and discovery metadata checks
- Machine-readable findings and score
curl -i "$PROOF402_URL/api/x402-audit?url=https%3A%2F%2Fapi.example.com%2Fpaid"
POST$12.00
/api/x402-launch-audit
Turn one unpaid endpoint observation into an actionable launch-readiness report.
curl -i -X POST "$PROOF402_URL/api/x402-launch-audit" \
-H "Content-Type: application/json" \
-d '{"url":"https://api.example.com/paid"}'