API Reference
Web Index
Research and organize world and country-level website rankings
all core 32 API calls
Plugin ID: top-rankings
API calls
Every tool Web Index exposes. Click a call to see its full parameter schema.
Invoking from code
Authenticate with a bearer token, then call any tool above. This example runs
list_niche_entries
for the top-rankings app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "top-rankings", "toolName": "list_niche_entries", "args": {} }'