Files
Backend/external_api_adapter/json/ai/predict/get_200_success.json
T

10 lines
138 B
JSON
Raw Normal View History

2026-03-25 00:51:04 +03:30
{
"status": "success",
"service": "ai",
"path": "/predict",
"result": {
"prediction": "healthy",
"confidence": 0.97
}
}