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/rank1 credit

Google organic position of DOMAIN for KEYWORD (US, desktop, top 20), plus whether an AI Overview appears and whether it cites DOMAIN — data no LLM API returns. 1 credit. Pair with check_visibility to see Google rank next to AI citations for the same question.

The search phrase, e.g. best table tennis blade

Your site, e.g. ttsensei.com (no scheme)

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

curl -X POST https://geondex.com/api/v1/rank \
  -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.