CorrectFeed API
Validate and inspect RSS/Atom feeds using simple HTTP endpoints. You can self-host the documentation via the OpenAPI spec or start with the examples below.
Base URL: https://api.correctfeed.com
Key endpoints
| Method | Path | Description |
|---|---|---|
GET | /api/health | Check if the API is running and healthy. |
GET | /api/caps | Get API capabilities, limits, and feature flags. |
POST | /api/validate-feed | Validate an RSS or Atom feed for compliance and common issues. |
POST | /api/autofix-feed | Automatically fix common issues in RSS/Atom feeds. |
Getting started
- Check the API health with
GET /api/health. - Get capabilities with
GET /api/caps. - Validate a feed by posting it to
POST /api/validate-feed. - Optionally auto‑fix issues with
POST /api/autofix-feed.
Support
For questions or issues, please contact us or check our documentation. OpenAPI (machine‑readable): /docs/openapi.yaml