> ## 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 Overview

> The deepest US statutes and regulations API, built for grounding AI and compliance

The Vaquill Developer API is the deepest US statutes and regulations API. Search and retrieve the US Code, the Code of Federal Regulations, nearly all 50 state statutory codes plus DC and Puerto Rico, state and US constitutions, court rules, executive orders, Federal Register agency rules, and agency guidance. Every section comes back with a citation, full text in multiple formats, and a link to the official government source. It is built for grounding AI (RAG and agents), compliance and RegTech, and embedding authoritative legal text into your product.

## Endpoints at a glance

Every path is prefixed with `/api/v1`.

| Method | Path                             | Purpose                                            |
| ------ | -------------------------------- | -------------------------------------------------- |
| `POST` | `/statutes/search`               | Hybrid keyword + semantic search across the corpus |
| `GET`  | `/statutes/section/{actId}`      | Section metadata by `actId`                        |
| `GET`  | `/statutes/section/{actId}/body` | Full section text (HTML + plain)                   |
| `GET`  | `/statutes/states`               | Coverage summary by jurisdiction                   |
| `GET`  | `/statutes/codes?state=XX`       | Statutory codes ingested for one state             |
| `GET`  | `/statutes/coverage`             | Full coverage matrix + corpus legend               |

<Note>
  Coverage expands weekly. Call `/statutes/coverage` at runtime to see exactly what is queryable rather than hardcoding jurisdiction counts.
</Note>

## What you can build

<CardGroup cols={2}>
  <Card title="Use cases" icon="lightbulb" href="/docs/api-guide/use-cases">
    Grounding AI, compliance mapping, legal research tools, and more.
  </Card>

  <Card title="RAG grounding" icon="robot" href="/docs/api-guide/recipes/rag-grounding">
    Feed authoritative statute text to an LLM in your stack, with citations and source links.
  </Card>

  <Card title="Compliance mapping" icon="shield-check" href="/docs/api-guide/recipes/compliance-mapping">
    Map obligations to the statutes and regulations that govern them.
  </Card>

  <Card title="Statute chatbot" icon="comments" href="/docs/api-guide/recipes/statute-chatbot">
    Answer statute questions in your product, grounded in official text.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/docs/api-guide/quickstart">
    Make your first search and fetch a section in a few minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/docs/api-guide/authentication">
    Create an API key and authenticate every request.
  </Card>
</CardGroup>

## Positioning

Vaquill complements your existing legal research tools. It is built to ground and power products, always linking back to official government text, not to replace a lawyer or a licensed research service.

## Related

<CardGroup cols={2}>
  <Card title="Coverage" icon="table" href="/docs/api-guide/coverage">
    The jurisdiction matrix in human-readable form.
  </Card>
</CardGroup>
