API Reference

Newsroom

Aggregate and collect news and social-media posts from many sources into one deduplicated, searchable stream. Add RSS/Atom feeds, news sites, and social feeds; schedule fetches; full-text search across everything.

← All docs
all core 24 API calls

Plugin ID: newsroom

API calls

Every tool Newsroom 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 newsroom_list_sources for the newsroom app.

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