Auto OG

Read a web page and render a social card from what it says.

$0.0300 per call POST /v1/tools/auto-og

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/auto-og \
  -H 'content-type: application/json' \
  -d '{"url":"https://example.com"}'

When to use it

Use when an agent has only a URL and wants a preview image without choosing the wording. Input: url (required). Returns sourceTitle, url and contentType. Two browser passes — one to read the page, one to render — which is why it costs more than og-image.

What it costs

$0.0300 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.