{"openapi":"3.1.0","info":{"title":"Sceeto Historical Data API","version":"0.1.0","description":"Discovery and x402 access for the historical MacDaddy MVP dataset."},"servers":[{"url":"https://sceeto-x402-market-api.netlify.app"}],"paths":{"/healthz":{"get":{"summary":"Service health","responses":{"200":{"description":"OK"}}}},"/api/v1/catalog":{"get":{"summary":"List purchasable historical datasets","responses":{"200":{"description":"Catalog"}}}},"/api/v1/datasets/macdaddy-es-r5-20250720-20260630-v1/manifest":{"get":{"summary":"Read the public two-column data contract","responses":{"200":{"description":"Manifest"}}}},"/api/v1/datasets/macdaddy-es-r5-20250720-20260630-v1/access":{"get":{"summary":"Purchase or reuse seven-day dataset access","responses":{"200":{"description":"Presigned artifact descriptor"},"402":{"description":"x402 payment required"},"409":{"description":"Payment identifier is conflicting or expired"}}}}}}