Create a new Feed
POST/v1/feeds
A Feed can hold a collection of articles that can be generated in different ways.
When creating a Feed, you specify:
- The
type
of Feed -query
,mix
, orexternal
- A friendly
name
for the Feed - these names are not unique and are for convenience only. - A number of other details that depends on the type of Feed.
The maximum number of Feeds you can create depends on your subscription plan.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
- 500
Feed created successfully
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Too many requests
Internal server error