Boolean keyword search across the legal corpus.
Set filters.countryCode to choose the jurisdiction:
"US" (recommended) — 8M+ US federal and state opinions
(SCOTUS, all 13 federal circuits, district courts, state supreme +
appellate courts, federal administrative courts)."IN" — Indian Supreme Court and High Court judgments.Authentication: API key via Authorization: Bearer vq_key_...
Cost is tiered by pageSize:
| Jurisdiction | pageSize 1-20 | pageSize 21-50 | pageSize 51-100 |
|---|---|---|---|
| US (countryCode=US) | 2 credits ($0.02) | 4 credits ($0.04) | 6 credits ($0.06) |
| India | 1 credit ($0.01) | 2 credits ($0.02) | 3 credits ($0.03) |
qualified immunity AND excessive forceSection 1983 OR BivensMiranda NOT custody"reasonable expectation of privacy"(murder OR homicide) AND (intent OR malice)When countryCode=US, the following filters keys narrow the search
within the US corpus:
court — e.g. "scotus", "ca9", "nysd", "cal" (comma-separated allowed)jurisdiction — "federal" or "state" (overridden by court when both set)dateFiledAfter / dateFiledBefore — YYYY-MM-DDcitedGt — minimum forward-citation count (surface authoritative cases)For more details, see the API Reference.
Documentation Index
Fetch the complete documentation index at: https://vaquill.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key issued from the Vaquill developer dashboard. Pass as Authorization: Bearer vq_key_...
Request body for external research search.
Boolean search query. Supports AND, OR, NOT operators and quoted phrases.
1 - 10000"murder AND conviction"
Optional filters to narrow results.
Page number for pagination (max 50).
1 <= x <= 501
Results per page (1-100).
1 <= x <= 10020