{
    "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 \/autolina\/search": "Search cars on Autolina (legacy)"
        }
    },
    "timestamp": "2026-05-13T01:24:49+02:00"
}