API Reference

Generative Engine Optimization

Optimize content for AI answer engines (ChatGPT, Perplexity, Google AI Overviews). Audit how visible/citable your pages are, rewrite content for AI crawlability, and track LLM mentions over time.

← All docs
all core 3 API calls

Plugin ID: generative-engine-optimization

API calls

Every tool Generative 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 geo_audit_url for the generative-engine-optimization app.

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