Veille

Test endpoints and estimate cost

Run Veille requests from the playground and forecast your credit spend.

The dashboard gives you two ways to try things before you commit: the playground on each Library endpoint sends real requests with your key attached, and the Simulator forecasts what a workload would cost without calling anything.

app.veille.io/library/google-search
PlaygroundResponse

query

best coffee in paris

country

fr
Run query

Response

200
{
  "results": [
    {
      "title": "…",
      "url": "…"
    }
  ]
}
The playground: fill in the parameters and read the real JSON response.

Run a request in the playground

Open an endpoint

Go to Library and open the endpoint you want to try.

Fill in the parameters

Required fields are marked. Optional ones fall back to their documented defaults.

Run it and read the response

You get the status code and the response body on the Response tab. Language tabs inside the Playground (curl, Python, Node…) copy the same call as a snippet.

Playground calls are real API calls: they consume credits and appear in your logs exactly like production traffic.

Estimate a workload with the Simulator

Settings → Simulator answers the other question: what would this cost? Add the endpoints you plan to call, set a number of requests for each, and pick a plan. You get the total requests, the credits needed, and any excess beyond the plan — then you can email the estimate to yourself or to whoever signs off on it.

app.veille.io/settings/simulator

Plan

Pro — 100,000 credits / month

Manager email

manager@acme.com

Scenario

3 endpoints
/google-search
40,000 requests
40,000 cr
/google-news
10,000 requests
10,000 cr
/google-maps
5,000 requests
10,000 cr

Cost summary

Total Requests

55,000

Credits needed

60,000

Excess credits

0

within plan

Send to meExport by email
The Simulator: request volumes in, credit forecast out. No calls are sent.

The Simulator sends no traffic and consumes no credits, so it is the safe way to size a plan before a launch.

On this page