{"name": "Ateme Icon Library API", "purpose": "Search the on-brand Ateme icon library and pull the right PNG to embed in slides/diagrams.", "auth": "Send your key as header 'X-API-Key: <key>' or query '?key=<key>'.", "typical_flow": ["GET /api/search?q=<concept>&colour=black&limit=6  -> pick the best result", "use its image_url to download the PNG and place it on the slide"], "params": {"q": "search terms / concept (required for /api/search)", "colour": "black | gradient | white (default: black). Falls back if a colour is missing.", "res": "ppt (default, PowerPoint-res) | hires (300 dpi)", "group": "optional filter: Building & Infrastructure | Virtualization & Cloud | Equipments & Functions | OTT Delivery | Others | Ateme Logos & Products", "limit": "max results (default 8, max 50)"}, "endpoints": ["/api/health", "/api/search", "/api/icon/<id>", "/api/groups", "/api/catalog", "/api/openapi.json"], "example": "https://icons-api.ateme.hainesy.com/api/search?q=cloud%20encoder&colour=black&limit=5&key=YOUR_KEY"}