Dataset Health Check
curl "https://api.roboflow.com/:workspace/:project/health?api_key=$ROBOFLOW_API_KEY"Query Parameters
Parameter
Type
Description
Response
{
"health": true,
"stats": {
"numImages": 120,
"numAnnotations": 842,
"avgImageSize": [640, 480],
"medianImageRatio": 1.33,
"missingAnnotations": 3,
"nullAnnotations": 5,
"classDistribution": {
"cat": 410,
"dog": 432
}
}
}Last updated
Was this helpful?