Create a new Stream for a Feed
POST/v1/feeds/:feedId/streams
A Stream is a query triggered on a regular schedule and used to generate content for a Feed.
When creating a Stream, you specify:
-
A friendly
name
for the Stream - these names are not unique and are for convenience only. -
A
query
- a search query to be run regularly, including the daily amount of articles you would like the Stream to generate.
The maximum number of Streams you can create depends on your subscription plan.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 429
- 500
Stream 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