Resolve Statute Citations Batch
resolve_statute_citations_batchResolve up to 50 Bluebook statutory citations in one request, returning confirmed sections, official source links, and act IDs. Ideal for documents with multiple provisions to reduce API calls and latency.
Instructions
Resolve up to 50 Bluebook citations in one call, returning the same confirmed section, official source link and act_id as the single-citation tool. Use when a document or answer cites several provisions: one call is far cheaper in both credits and latency than looping the single-citation tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional two-letter jurisdiction to resolve every citation WITHIN. Applies to the whole batch: a batch spanning jurisdictions should omit it and let each citation name its own. Same semantics as the single-citation route -- a constraint, not a hint. | |
| citations | Yes | Bluebook citation strings, up to 50 per call. Duplicates are collapsed and order preserved, so `results` lines up with the de-duplicated input. Priced PER CITATION at the single-resolve rate: batching is a round-trip and latency win, not a discount. | |
| corpusType | No | Optional corpus to resolve every citation WITHIN: `STATE`, `REGULATION`, `STATE_RULES`, `CONSTITUTION`, `STATE_CONSTITUTION`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||