API Reference

Search Engine Optimization

Crawl websites and run technical + AI-powered SEO audits — find broken links, missing metadata, redirect chains, get a 0–100 SEO score, and prioritized recommendations to fix.

← All docs
all core 23 API calls

Plugin ID: search-engine-optimization

API calls

Every tool Search Engine Optimization 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 seo_start_crawl for the search-engine-optimization app.

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