CorrectFeed

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

Download OpenAPI 3.0 Spec

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

  1. Check the API health with GET /api/health.
  2. Get capabilities with GET /api/caps.
  3. Validate a feed by posting it to POST /api/validate-feed.
  4. 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