Skip to main content
GET
/
api
/
v1
/
citations
/
resolve
Resolve a citation to its canonical case (US + India)
curl --request GET \
  --url https://api.vaquill.ai/api/v1/citations/resolve \
  --header 'Authorization: Bearer <token>'
{ "data": { "citation": "410 U.S. 113", "clusterId": 108713, "caseName": "Roe v. Wade", "dateFiled": "1973-01-22", "absoluteUrl": "https://app.vaquill.ai/research/cases/108713" }, "meta": { "processingTimeMs": 1487.6, "creditsConsumed": 2, "creditsRemaining": 4998 } }

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.

Authorizations

Authorization
string
header
required

API key issued from the Vaquill developer dashboard. Pass as Authorization: Bearer vq_key_...

Query Parameters

citation
string
required

Citation to resolve

Required string length: 3 - 200
countryCode
string | null

ISO 3166-1 alpha-2 country code (e.g. IN for India). Reserved for future multi-jurisdiction support. Currently the dataset covers India only, so requests for other country codes will return empty results naturally from the database.

Response

Citation resolved (or found=false). The response shape differs between US and India.

Top-level response for GET /citations/resolve.

data
ResolveData · object
required

Data payload for the resolve endpoint.

meta
CitationApiMeta · object
required

Metadata returned with every citation API response.