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 isdaily
) -
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
- 201
- 400
- 401
- 403
- 429
- 500
Feed created successfully
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Too many requests
Internal server error