Validate Source
POST
/v1/sources/validate
Check if a URL can be used as a source. Returns whether the URL is crawlable and any discovered RSS feeds.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL to validate |
Response
Response fields
| Field | Type | Description |
|---|---|---|
crawlable | boolean | Whether the URL can be used as a source |
source_type | string | Detected source type |
error | string | Error message if not crawlable |
rss_feeds | array | Discovered RSS feeds |
recommended_feed | string | Best RSS feed to use |