Screenshot

Capture a rendered web page as a PNG. Use when an agent needs to show a page rather than read it — a preview, a visual diff, evidence of what a site displayed.

$0.0050 per call POST /v1/tools/screenshot

Call it

The first response is 402 with the exact price and every rail you can pay with. Pay, repeat the request with the proof, and you get the result.

curl -X POST https://api.glianalabs.com/v1/tools/screenshot \
  -H 'content-type: application/json' \
  -d '{"url":"https://example.com"}'

When to use it

Inputs: url (required), width and height (320-1920, default 1280x800), fullPage (capture the whole scrollable page). Returns url of the stored image, contentType and the source url.

What it costs

$0.0050 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.

Not sure this is the right endpoint? GET /v1/consult?intent=… is free and answers that.