{"openapi":"3.1.0","info":{"title":"AetherPulse Thailand Healthcare & Wellness & PropIntel API","version":"1.2.0","description":"A gated real-time directory, pricing data refinery, and B2B SaaS Webhook alert system for Thailand covering Healthcare and Real Estate PropIntel. Serves structured intelligence on med spas, international hospitals, specialty clinics, luxury condos, serviced apartments, and villas. Monetized programmatically at the edge via the x402 micro-payment challenge protocol in USDC on Base."},"servers":[{"url":"https://aetherpulse-gateway.svtechbkk.workers.dev","description":"Live Edge Production Gateway"}],"paths":{"/api/v1/thailand-medical":{"get":{"summary":"Retrieve Thailand Health and Wellness Facilities","description":"Returns a list of active hospitals, specialty clinics, elite gyms, and wellness spas in Thailand by city. Requires programmatic USDC-on-Base payment proof in headers.","parameters":[{"name":"city","in":"query","required":false,"schema":{"type":"string","enum":["bangkok","phuket","chiang_mai","pattaya","hua_hin","samui"],"default":"bangkok"}},{"name":"category","in":"query","required":false,"schema":{"type":"string","enum":["med_spa","hospital","specialty_clinic","fitness_biohacking","wellness_spa"]}},{"name":"PAYMENT-SIGNATURE","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success."},"402":{"description":"Payment Required."}}}},"/api/v1/thailand-property":{"get":{"summary":"Retrieve Thailand Real Estate & Expat Rentals","description":"Returns active luxury condos, serviced apartments, and villas. Filterable by city, category, and max price. Requires USDC payment proof.","parameters":[{"name":"city","in":"query","required":false,"schema":{"type":"string","enum":["bangkok","phuket","chiang_mai","pattaya","hua_hin","samui"],"default":"bangkok"}},{"name":"category","in":"query","required":false,"schema":{"type":"string","enum":["luxury_condo","serviced_apartment","branded_residence","expat_apartment"]}},{"name":"max_price","in":"query","required":false,"schema":{"type":"number"}},{"name":"PAYMENT-SIGNATURE","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success."},"402":{"description":"Payment Required."}}}},"/api/v1/webhooks/subscribe":{"post":{"summary":"Subscribe Agency to B2B Real Estate Webhook Alerts","description":"Registers an automated HTTP POST webhook endpoint to receive high-yield or below-market deal alerts. Gated via USDC payment proof.","parameters":[{"name":"PAYMENT-SIGNATURE","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["agency_name","webhook_url"],"properties":{"agency_name":{"type":"string"},"webhook_url":{"type":"string"},"target_city":{"type":"string","default":"all"},"min_yield":{"type":"number","default":5.5},"max_price_sqm":{"type":"number","nullable":true}}}}}},"responses":{"200":{"description":"Subscription Active."},"402":{"description":"Payment Required."}}}},"/api/v1/webhooks/subscriptions":{"get":{"summary":"List Active Webhook Subscriptions","description":"Returns active B2B webhook subscription endpoints.","responses":{"200":{"description":"Success."},"402":{"description":"Payment Required."}}}}}}