UnifyAPI
← Back to catalog

osv.batch_query

mock data$0.003 / call

Batch 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.

Developer Toolsprovider: Osv#osv#developer

Input schema

queriesrequired

List of package+version+ecosystem to check (max 100)

array

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.