API Reference
Bing Webmaster Tools
Analyze Bing search performance — impressions, clicks, crawl health, keyword research, and URL indexing
all core 34 API calls
Plugin ID: bing-webmaster
API calls
Every tool Bing Webmaster Tools 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
get_bing_api_key_status
for the bing-webmaster app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "bing-webmaster", "toolName": "get_bing_api_key_status", "args": {} }'