@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Shop
@base https://server.shop.app
@version v1.1
@endpoints 2
@toc openai(2)

@endpoint GET /openai/search
@optional {query: str, price_min: num, price_max: num, similar_to_id: str, num_results: str, genders: str(male/female/unisex), colors: str(Beige/Black/Blue/Bronze/Brown/Clear/Gold/Gray/Green/Multicolor/Navy/Orange/Pink/Purple/Red/Rose gold/Silver/White/Yellow), sizes: str, categories: str}
@returns(200) {results: [map]}
@errors {503}

@endpoint GET /openai/details
@required {ids: str}
@returns(200) {results: [map]}
@errors {503}

@end
