API Reference
Knowledge
Knowledge layer coverage and intelligence
curl -X GET "https://api.covala.com/v2/knowledge/coverage"{
"success": true,
"data": {
"catalog": {
"product_types_total": 1223,
"with_knowledge": 167,
"coverage_pct": 13.6
},
"by_type": {
"property1": {
"types": 0,
"entries": 0
},
"property2": {
"types": 0,
"entries": 0
}
},
"brands": {
"total": 2057,
"profiled": 290,
"pct": 14.1
},
"retailers": {
"total": 18,
"profiled": 14,
"pct": 77.8
},
"freshness": {
"newest": "2026-02-27",
"avg_age_days": 15
}
}
}