{"openapi":"3.1.0","info":{"title":"AI Stack Score","description":"Score a website's AI technology adoption using BuiltWith data.","version":"1.0.0"},"servers":[{"url":"https://aistackscore.com"}],"paths":{"/api/score":{"get":{"summary":"Score a domain","description":"Returns an AI adoption score for the given domain based on BuiltWith's technology detection.","parameters":[{"name":"domain","in":"query","required":true,"description":"Domain to score (e.g. example.com)","schema":{"type":"string","example":"example.com"}}],"responses":{"200":{"description":"Score returned successfully"},"400":{"description":"Invalid or ineligible domain"},"502":{"description":"Upstream scoring API unreachable"}}}}}}