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:
You can also view the raw OpenAPI spec at /docs/openapi.yaml.
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.