Menu

Score and fix AI visibility from your own product.

The same engine behind Geogize's free checker, available as an API. Send a URL to /v1/audit for a scored breakdown, or /v1/generate for ready-to-use fixes: JSON in, JSON out, nothing to run yourself.

Two endpoints, one API key

Everything the free checker does, callable directly: score a site, then generate the fixes for whatever it finds.

POST /v1/audit

Crawls a URL the way GPTBot or Google-Extended would, scores it across four categories (crawl access, structured data, answer readiness, NAP consistency), and returns evidence for every check.

POST /v1/generate

Generates the fix for whatever the audit found: JSON-LD structured data, an llms.txt file, FAQ content. Anything it can't confirm from the site is flagged, never invented.

How it works

01

Get a key

Sign up with your email, get a free trial key by return, no card required.

02

Call the API

Send a URL with Authorization: Bearer <your-key>, get back a scored audit or generated fixes.

03

Upgrade when you need more

Move to Starter or Pro from your dashboard when the free trial's 20 requests run out.

Pricing

Every plan includes both endpoints. Quotas below are requests per month (audits and generations both count); exact prices are shown at checkout.

Free trial

20 requests, one-time

No card required. Enough to try both endpoints against a handful of real sites.

Pro

2,500 requests / month

See pricing at checkout. For products calling the API at volume.

Full request and response reference

Every field, every error code, cURL and JavaScript examples for both endpoints.