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/prompts/suggest1 credit
The questions real buyers put to AI engines in DOMAIN's niche, grounded in DOMAIN's own homepage — an agent guessing prompts from the domain name alone gets the niche wrong. Returns prompts ready to feed into check_visibility. 1 credit. If you already know the prompts, skip this and call check_visibility directly.
Your site, e.g. ttsensei.com (no scheme)
How many prompts to return. Default 5.
Sign in to run it. Copying the request needs no account.
curl -X POST https://geondex.com/api/v1/prompts/suggest \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "content-type: application/json" \
-d '{"count":5}'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.