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
Social Media Manager
138 callsSchedule and publish text posts to X, LinkedIn, Mastodon, and Bluesky. Brand-aware AI captions, calendar, and queue.
PDF Tools
48 callsEdit PDFs on any device — merge, split, rotate, compress, watermark, encrypt, convert, OCR, redact, sign, and more. Powered by a self-hosted Stirling-PDF backend.
Domain Manager
45 callsCentralized domain inventory — track registrars, accounts, expiry dates, DNS, SSL, pricing, and more
Uptime Monitor
42 callsUptimeRobot-style monitoring — track HTTP, ping, port, and keyword monitors with uptime % and alerts
Cloudflare
40 callsManage Cloudflare Workers, sites, storage, and domains from one plugin
Google Search Console
40 callsAnalyze Google Search Console data across performance, trends, search surfaces, indexing, and sitemap health
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.