geondex

Playground

Run a call in your browser

Every endpoint, with the exact request you would send. Copy the curl, or sign in and run it against your own credits.

Choose an endpoint

POST /api/v1/audit1 credit

Graded against what AI engines actually need to quote a page — an agent can read the HTML but has no rubric for citation-readiness. Fetches one URL and returns the schema types present, the issues with fixes, and paste-ready JSON-LD. 1 credit. This is hygiene, not the lever: check_visibility tells you whether you are cited; this tells you whether the page is readable.

One full page URL, e.g. https://ttsensei.com/blades

Sign in to run it. Copying the request needs no account.

curl -X POST https://geondex.com/api/v1/audit \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Replace YOUR_API_KEY with a key from your account. Running it here uses your session instead.

Response

Send a request to see the response here.