{"openapi":"3.0.0","info":{"title":"Sigil Product Search API","description":"Search products across all Sigil-powered stores. Find deals, compare prices, check availability, and get direct checkout links. Products span electronics, apparel, home goods, and more from independent stores.","version":"1.0.0"},"servers":[{"url":"https://sigil-api-6sos.onrender.com"}],"paths":{"/api/search/products":{"get":{"operationId":"searchProducts","summary":"Search products across all stores","description":"Full-text search with price, category, stock, and vendor filters. Returns product details, pricing, images, variants, and checkout URLs.","parameters":[{"name":"q","in":"query","description":"Search query (e.g. 'wireless charger', 'men jacket under 100')","schema":{"type":"string"}},{"name":"maxPrice","in":"query","description":"Maximum price in dollars","schema":{"type":"number"}},{"name":"minPrice","in":"query","description":"Minimum price in dollars","schema":{"type":"number"}},{"name":"category","in":"query","description":"Product category filter (e.g. 'Electronics', 'Apparel > Men')","schema":{"type":"string"}},{"name":"vendor","in":"query","description":"Brand/vendor name filter","schema":{"type":"string"}},{"name":"inStock","in":"query","description":"Only return in-stock products","schema":{"type":"boolean"}},{"name":"limit","in":"query","schema":{"type":"integer","default":20}}]}},"/api/search/categories":{"get":{"operationId":"listCategories","summary":"List all product categories with counts","description":"Returns AI-inferred product categories across all stores."}},"/api/search/stores":{"get":{"operationId":"listStores","summary":"List all active stores","description":"Returns all stores with product counts and store URLs."}}}}