API Reference

Web Reputation

Claim your domain (DNS-verified), watch its country/global ranking move over time, and get a shareable public reputation profile.

← All docs
all core 17 API calls

Plugin ID: web-reputation

API calls

Every tool Web Reputation 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 rep_claim_domain for the web-reputation app.

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