{"openapi":"3.1.0","info":{"title":"wodan-posture","description":"Access-posture reports for agent-facing data sourcing. Pay per call in USDC on Base over x402 - no signup, no API key.","version":"1.0.0"},"paths":{"/health":{"get":{"summary":"Health","operationId":"health_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Health Health Get"}}}}}}},"/v1/catalog":{"get":{"summary":"Catalog","description":"Machine-readable price list: what an agent reads before it spends.","operationId":"catalog_v1_catalog_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"additionalProperties":true,"type":"object","title":"Response Catalog V1 Catalog Get"}}}}}}},"/llms.txt":{"get":{"summary":"Llms Txt","operationId":"llms_txt_llms_txt_get","responses":{"200":{"description":"Successful Response","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/v1/page/posture/preview":{"get":{"summary":"Posture Preview","operationId":"posture_preview_v1_page_posture_preview_get","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string","description":"Public http(s) URL to analyse","title":"Url"},"description":"Public http(s) URL to analyse"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-payment-info":{"price":"0","paid":false}}},"/v1/page/posture":{"get":{"summary":"Posture Paid","description":"The paid route body. Reached only after the payment gate passes.","operationId":"posture_paid_v1_page_posture_get","parameters":[{"name":"url","in":"query","required":true,"schema":{"type":"string","description":"Public http(s) URL to analyse","title":"Url"},"description":"Public http(s) URL to analyse"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"x-payment-info":{"protocol":"x402","scheme":"exact","network":"eip155:8453","asset":"USDC","pay_to":"0x675E8c0463B2bDC0927904c9FB231573CcCc1827","price":"$0.01","facilitator":"https://facilitator.payai.network"}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}},"x-x402":{"protocol_version":2,"scheme":"exact","network":"eip155:8453","asset":"USDC","asset_contract":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","pay_to":"0x675E8c0463B2bDC0927904c9FB231573CcCc1827","facilitator":"https://facilitator.payai.network","price_per_call":"$0.01","discovery":["/v1/catalog","/llms.txt","/.well-known/x402","/sitemap.xml","/robots.txt","/openapi.json","/check"],"free_tier":["/v1/page/posture/preview","/v1/catalog","/llms.txt","/health"]}}