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.
Base URL
Section titled “Base URL”https://beta.sparkfeed.dev/api/v1The 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.
Machine-readable spec
Section titled “Machine-readable spec”GET /api/v1/openapi.jsonOpenAPI 3.1, unauthenticated. Point your client generator at it.