API Reference

Dashboard

View portfolio performance metrics and KPIs

← All docs
all core 12 API calls

Plugin ID: dashboard

API calls

Every tool Dashboard 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 get_overview for the dashboard app.

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