API Reference

Outrank

Grow organic traffic on auto-pilot — keyword research, SEO article generation, backlink exchange, and one-click CMS publishing

← All docs
all core 14 API calls

Plugin ID: outrank

API calls

Every tool Outrank 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 outrank_get_overview for the outrank app.

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