Publishers
Publisher metadata for article sources
Resolve publisher source metadata
Look up display metadata for one or more publisher source IDs found on article source fields.
Returns site name, base URL, description, and favicon for each requested source ID.
When to use: after searchArticles or feed endpoints to humanize source IDs in UI or agent responses.
Required: at least one value in sources (comma-separated source IDs, e.g. techcrunch.com).
Related tools: searchArticles, getLatestArticles.
query Parameters
sourcesPublisher source IDs to resolve (CSV). Example: techcrunch.com,theverge.com
limitPage size. Default 16, max 128.
offsetNumber of items to skip. Default 0.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Resolve publisher source metadata › Responses
Publisher metadata objects keyed by source ID
sourceSource is the canonical publisher identifier and matches Bean.Source values.
source_base_urlBaseURL is the publisher's primary site URL.
source_descriptionDescription is a short description of the publisher or content source.
source_faviconFavicon is the URL of the publisher favicon or brand icon.
source_site_nameSiteName is the human-readable display name of the publisher.

