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

GET /api/v1/historyFree

Your stored record of past checks for DOMAIN — an agent has no memory between sessions; this does. Newest first, with per-engine cited/position for each. Free. Use it before re-checking to see whether a fresh check is worth a credit.

Narrow to one prompt

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

curl https://geondex.com/api/v1/history?limit=20 \
  -H "Authorization: Bearer YOUR_API_KEY"

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.