API Kullanımı Sunucuyu başlat: uvicorn app:app --reload Örnek request: curl -X POST "http://127.0.0.1:8000/predict" -H "Content-Type: application/json" -d '{"message": "Database timeout occurred"}' Örnek response: {"label": "sql_timeout"}