API Reference

Community

Built-in community forum — discuss features, share feedback, and connect with other users

← All docs
all core 13 API calls

Plugin ID: community

API calls

Every tool Community 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 list_posts for the community app.

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