API Reference

Google Search Console

Analyze Google Search Console data across performance, trends, search surfaces, indexing, and sitemap health

← All docs
all core 40 API calls

Plugin ID: google-search-console

API calls

Every tool Google Search Console 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_gsc_summary for the google-search-console app.

curl -X POST https://api.kiap.ai/api/plugin/call \
  -H "Authorization: Bearer cbk_..." \
  -H "Content-Type: application/json" \
  -d '{ "pluginId": "google-search-console", "toolName": "get_gsc_summary", "args": {} }'