Run the API before you write a line of code.

A live query console in your dashboard: pick an endpoint, fill in real parameters, and see the exact response your integration will get, as rendered results or raw JSON.

app.vaquill.ai/playground — JSON view
Vaquill AI Playground running a live statutes search for "notice required before terminating an at-will employee", shown as raw JSON
app.vaquill.ai/playground — Visual view
The same Playground search result rendered as visual cards, with matched terms highlighted and links to the state legislature, official source, HTML, and plain text

Every endpoint, one form

Pick any endpoint from the dropdown and the form updates to its real parameters, pulled from the live OpenAPI spec, not a hand-maintained copy.

Visual or JSON

Read results as rendered cards with highlighted matches and source links, or flip to the raw JSON your code will actually receive.

Copy the exact call

Every run shows its request ID, latency, and credits consumed, then hands you the equivalent curl or code so you can paste it straight into your project.

See real results before you integrate.