API Documentation

The CorrectFeed API provides endpoints for validating and auto-fixing RSS and Atom feeds.

Base URL

https://api.correctfeed.com

Key Endpoints

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.

Complete API Specification

The full OpenAPI specification is available as a downloadable YAML file:

Download OpenAPI Spec

You can also view the raw OpenAPI spec at /docs/openapi.yaml.

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.