Skip to main content

Create a new Feed

POST 

/v1/feeds

A Feed is a collection of Stream queries which produces Articles on a regular schedule.

When creating a Feed, you specify:

  • A friendly name for the Feed - these names are not unique and are for convenience only.

  • A refresh schedule - the rate at which the Feed automatically refreshes (default is daily)

  • A tuner object - a piece of natural-language text used to further refine Article scoring as a Feed is refreshed. The Tuner object provides resonable defaults for deduplicating articles and filtering out listicles.

Once a Feed has been created, add Streams to it via /feeds/:feedId/ streams

The maximum number of Feeds you can create depends on your subscription plan.

Request

Responses

Feed created successfully