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

app.vaquill.ai/playground — Visual view

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.