← Back to catalog
osv.batch_query
mock data$0.003 / callBatch Vulnerability Scan
Scan up to 100 packages at once for known vulnerabilities. Submit package+version+ecosystem triples (e.g. full requirements.txt or package.json dependencies) and get vulnerability matches for all in a single call. Ideal for full dependency tree security audits.
Input schema
queriesrequired
arrayList of package+version+ecosystem to check (max 100)
Call via REST
curl -X POST https://unifyapi.pro/api/call/osv.batch_query \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"queries":"<queries>"}'