{"info":{"name":"DELTA Witness","description":"Capture and Guard observations using x402 v2 and Base mainnet USDC.","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"variable":[{"key":"baseUrl","value":"https://delta-witness-api.ruphussten.workers.dev"}],"item":[{"name":"Health","request":{"method":"GET","url":"{{baseUrl}}/health"}},{"name":"Quote","request":{"method":"GET","url":"{{baseUrl}}/v1/quote?product=preflight"}},{"name":"Demo","request":{"method":"GET","url":"{{baseUrl}}/v1/demo"}},{"name":"Capture","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"url\":\"https://example.com\"}"},"url":"{{baseUrl}}/v1/capture"}},{"name":"Guard / Preflight","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"url\":\"https://example.com\",\"expected\":{\"contains\":[\"Example Domain\"]}}"},"url":"{{baseUrl}}/v1/preflight"}}]}