Getting Started
FeedCentral is a customer-facing API for delivering a canonical, deduplicated news feed to your own site or application. This developer portal documents the same API that the official WordPress plugin uses — everything here applies whether you're wiring up WordPress or your own integration.
What you'll need
- A FeedCentral account (create one from the dashboard).
- At least one Customer and one Site under it.
- An API Credential for that Site (a secret you create yourself, from the dashboard — see API Keys & Scopes).
What the API gives you
- A paginated, cursor-based article feed (
GET /api/v1/feed) — see Feed API. - Taxonomy and subscription management — choose which topics a Site receives.
- Read-only usage and quota visibility for your own Site.
- Account/site/credential self-management, if you prefer to script it instead of using the dashboard.
- Billing (checkout/cancellation) for your own Site's subscription.
Where things live
- The dashboard is where you sign in, manage Customers/Sites, issue Credentials, and see your own account-specific usage/billing state.
- This developer portal (
/docs) is public, read-only reference material — it never shows your actual Credential secrets, usage numbers, or billing state. For that, use the dashboard.
Next: Authentication, or jump straight to the Quickstart.