Publication
A publication is a supported financial source, usually a newsletter or blog. It is identified by apublicationSlug, typically a normalized hostname.
Use
GET /api/v1/publications to list the curated catalog, or
GET /api/v1/publications/search?q=... to find a source by name.
Post
A post is a single article from a publication. It is addressed by its publication plus its ownslug:
publicationSlug and slug, so an agent can build
the paid article URL directly from a search result.
Search
Search (GET /api/v1/search) is the free discovery layer. Use it to find
candidate posts by topic across supported financial newsletters and blogs.
The response includes:
Treat
items as candidates. Fetch the selected post from the paid article
endpoint to receive its robust summary.
Paid Article Summaries
A paid request returns article metadata and a robustsynthesizedSummary. It
does not grant permanent access. Every request to the paid route is charged.
Wallet requests use x402 on Base or Solana, or MPP on Tempo. An unpaid wallet
request returns a 402 challenge containing the authoritative runtime price.
API-key requests spend pre-purchased credits instead.
