Developer Platform

API Documentation

Every app on Kiap exposes a set of API calls (tools) you can invoke — from your own code, the mobile app, or the AI assistant. This reference lists each app, its tools, and the full parameter schema for every call, generated live from the plugin registry.

Apps

24

API calls

688

Source

Live

Most used

All apps

Browse the full registry — every app and its API calls.

Getting started

Every API call requires a bearer token. Create one in the app under Settings · API Keys, then send it as an Authorization header.

curl -X POST https://api.kiap.ai/api/v1/google-search-console/performance   -H "Authorization: Bearer cbk_..."   -H "Content-Type: application/json"   -d '{ "projectId": "...", "range": "7d" '}

Authentication

Use cbk_... bearer tokens. Workspace selection goes in the X-Workspace-Id header.

Base URL

All requests go to https://api.kiap.ai. Bodies use camelCase JSON keys.