{"openapi":"3.1.0","info":{"title":"minia2a x402 API","version":"2.0.0","description":"Agentic memory recall + store and live-verified x402 bazaar search. Pay per call in USDC on Base (payTo 0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA). Free redacted previews on *_preview paths."},"servers":[{"url":"https://minia2a.uk"}],"x-payment-info":{"network":"base","currency":"USDC","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","payTo":"0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA","scheme":"exact","minPriceCents":5,"discovery":"/.well-known/x402"},"paths":{"/x402/recall":{"get":{"summary":"Recall verified agent-economy / x402 intel facts","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"},"description":"query string"}],"responses":{"200":{"description":"Ranked fact snippets"},"402":{"description":"Payment required (x402 v2). See /.well-known/x402 for payTo + price.","headers":{"WWW-Authenticate":{"schema":{"type":"string"}}}}}}},"/x402/recall/preview":{"get":{"summary":"FREE redacted preview of recall (proof-of-value)","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"},"description":"query string"}],"responses":{"200":{"description":"Redacted top matches"}}}},"/x402/find":{"get":{"summary":"Live-verified semantic search over the x402 bazaar","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"},"description":"query string"}],"responses":{"200":{"description":"Live x402 services with payTo+price+schema"},"402":{"description":"Payment required (x402 v2). See /.well-known/x402 for payTo + price.","headers":{"WWW-Authenticate":{"schema":{"type":"string"}}}}}}},"/x402/find/preview":{"get":{"summary":"FREE redacted preview of bazaar search","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"},"description":"query string"}],"responses":{"200":{"description":"Redacted match count + capabilities"}}}},"/x402/store":{"get":{"summary":"Store a fact into agentic memory","parameters":[{"name":"q","in":"query","required":true,"schema":{"type":"string"},"description":"query string"}],"responses":{"200":{"description":"Stored memory id"},"402":{"description":"Payment required (x402 v2). See /.well-known/x402 for payTo + price.","headers":{"WWW-Authenticate":{"schema":{"type":"string"}}}}}}},"/api/v1/status":{"get":{"summary":"Service health + discovery links","responses":{"200":{"description":"Status JSON"}}}}}}