{
    "success": true,
    "data": {
        "name": "Styleberater API",
        "version": "2.1.0",
        "endpoints": {
            "GET \/questions": "Get all questions with answers",
            "GET \/brands": "Get all car brands with attributes",
            "POST \/match": "Find top 5 matching brands based on preferences",
            "POST \/match\/find-vehicle": "Match brands + find vehicle with fallback through top 5 brands",
            "POST \/match\/analyze-comment": "Analyze user comment with AI and return bonus points",
            "POST \/match\/reevaluate": "Reevaluate preferences based on feedback and find new vehicle",
            "POST \/daag\/search": "Search DAAG vehicle inventory",
            "GET \/daag\/manufacturers": "List manufacturers for a DAAG dealer",
            "POST \/emilfrey\/search": "Search Emil Frey vehicle inventory",
            "GET \/emilfrey\/manufacturers": "List manufacturers for an Emil Frey dealer",
            "POST \/autolina\/search": "Search Autolina vehicle inventory",
            "GET \/autolina\/manufacturers": "List manufacturers for an Autolina dealer"
        }
    },
    "timestamp": "2026-07-28T11:20:17+02:00"
}