Skip to content
Live demo

POST /feeds

Subscribe to a feed and import its recent articles. Accepts a feed URL or a site homepage — the feed is resolved either way. Confirm the source with the user first unless they named it explicitly.

POST/feeds
Runs against the demo workspace
ParameterTypeRequiredDescription
urlstringyesFeed URL or site homepage.
folder_idstringnoFolder to file it under, e.g. “fld_abc123”.
namestringnoOverride the feed title.
allow_scrapebooleannoAllow a verified Website source when no native feed exists.
StatusMeaning
200Add feed
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “feeds:write” scope.
429Rate limit exceeded. See Retry-After.

Requires the feeds:write scope.