Skip to content
Live demo

Overview

Read and manage a Sparkfeed workspace: folders, feeds and articles. The same capabilities are available over MCP at /api/mcp — both are generated from one definition, so they never disagree.

There are 14 endpoints. Every one is generated from the same definition that backs the MCP server, so the two cannot describe different behaviour.

https://beta.sparkfeed.dev/api/v1

The public demo workspace is at https://demo.sparkfeed.dev/api/v1 and is read-only. Every page in this section has a Send button that calls it live.

GET /api/v1/openapi.json

OpenAPI 3.1, unauthenticated. Point your client generator at it.