API Reference
Social Media Manager
Schedule and publish text posts to X, LinkedIn, Mastodon, and Bluesky. Brand-aware AI captions, calendar, and queue.
all core 138 API calls
Plugin ID: social-media-manager
API calls
Every tool Social Media Manager 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
social_list_channels
for the social-media-manager app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "social-media-manager", "toolName": "social_list_channels", "args": {} }'