Stories
Story grouping of related publisher Articles.
List Stories
Returns Stories identified by stable UUIDs. The collection does not include every member Article.
query Parameters
qOptional relevance query. When supplied, score_threshold may be omitted. score_threshold without q returns HTTP 400. On Sources and label routes, a case-insensitive prefix query.
score_thresholdOptional relevance threshold used only with q. Rejected when q is absent.
content_typeFilterable Article type. post is response-only: content_type=post returns HTTP 400. The other 14 stored types remain filterable. Omit to include every stored type.
sourcesSource UUIDs to include (CSV).
exclude_sourcesSource UUIDs to exclude (CSV).
domainsSource domain values to include (CSV).
exclude_domainsSource domain values to exclude (CSV).
authorsAuthor text filters. Every supplied value must match (CSV).
categoriesCategory values to include (CSV).
exclude_categoriesCategory values to exclude (CSV).
regionsRegion values to include (CSV).
entitiesEntity values to include (CSV).
sentimentsSentiment values to include (CSV).
tagsNormalized tag terms. Every supplied term must match (CSV).
min_article_countMinimum number of Articles in a Story.
fromUTC lower timestamp bound. YYYY-MM-DD means 00:00:00Z.
toUTC upper timestamp bound. YYYY-MM-DD means 00:00:00Z.
limitMaximum records in the page.
cursorOpaque continuation token from pagination.next_cursor. Send it unchanged as the next request cursor. Never construct or decode cursor tokens.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List Stories › Responses
Successful response.
Get a Story
Returns one Story selected by its stable UUID, including a service-relative member-Article path. For the public gateway, request /beans plus links.articles.
path Parameters
idArticle or Source UUID.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get a Story › Responses
Successful response.
List Story Articles
Returns member Articles for a stable Story UUID. Article filters narrow the returned members.
path Parameters
idArticle or Source UUID.
query Parameters
content_typeFilterable Article type. post is response-only: content_type=post returns HTTP 400. The other 14 stored types remain filterable. Omit to include every stored type.
sourcesSource UUIDs to include (CSV).
exclude_sourcesSource UUIDs to exclude (CSV).
domainsSource domain values to include (CSV).
exclude_domainsSource domain values to exclude (CSV).
authorsAuthor text filters. Every supplied value must match (CSV).
categoriesCategory values to include (CSV).
exclude_categoriesCategory values to exclude (CSV).
regionsRegion values to include (CSV).
entitiesEntity values to include (CSV).
sentimentsSentiment values to include (CSV).
tagsNormalized tag terms. Every supplied term must match (CSV).
fromUTC lower timestamp bound. YYYY-MM-DD means 00:00:00Z.
toUTC upper timestamp bound. YYYY-MM-DD means 00:00:00Z.
full_contentRequest body content when available. This does not guarantee a full publisher copy for every Article. Handle a missing content value and use the canonical url for attribution.
limitMaximum records in the page.
cursorOpaque continuation token from pagination.next_cursor. Send it unchanged as the next request cursor. Never construct or decode cursor tokens.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List Story Articles › Responses
Successful response.

