# Drip ## Docs - [Access post with credits (paid, same as GET).](https://docs.dripstack.xyz/api-reference/posts/access-post-with-credits-paid-same-as-get.md): Same unified payment flow as GET. Unauthenticated requests receive a 402 x402/MPP challenge. Authenticated requests (JWT or API key) pay via credits — API keys use purchased balance only, JWT users can use weekly allowance first. - [Get synthesized article or podcast post summary (paid).](https://docs.dripstack.xyz/api-reference/posts/get-synthesized-article-or-podcast-post-summary-paid.md): Returns post metadata and synthesized summary after payment. - [Get one publication with recent posts.](https://docs.dripstack.xyz/api-reference/publications/get-one-publication-with-recent-posts.md) - [List newsletters, podcasts, and publications.](https://docs.dripstack.xyz/api-reference/publications/list-newsletters-podcasts-and-publications.md) - [Search publications, newsletters, podcasts, and authors.](https://docs.dripstack.xyz/api-reference/publications/search-publications-newsletters-podcasts-and-authors.md) - [Search premium financial newsletter and podcast posts by topic.](https://docs.dripstack.xyz/api-reference/search/search-premium-financial-newsletter-and-podcast-posts-by-topic.md) - [List stock-picker calls for one day (paid).](https://docs.dripstack.xyz/api-reference/stock-picks/list-stock-picker-calls-for-one-day-paid.md): Returns structured stock-picker calls for AI-agent consumption. Covers one UTC effective calendar day, not a range. Defaults to latest day with picks. Use `date=YYYY-MM-DD` for a specific day or `period=latest` as an explicit alias. Do not send both. Rows without `publishedAt` may use extraction tim… - [Core Concepts](https://docs.dripstack.xyz/concepts/core-concepts.md): Publications, posts, synthesized summaries, stock picks, and search — the building blocks of the Drip API. - [Payment Flow](https://docs.dripstack.xyz/concepts/payment-flow.md): The x402 and MPP 402 challenge, headers, and pricing semantics. - [Drip API](https://docs.dripstack.xyz/index.md): Paid API for searching and summarizing premium financial newsletters and podcasts. - [Quickstart](https://docs.dripstack.xyz/quickstart.md): Search, hit a 402, and unlock your first paid summary. ## OpenAPI Specs - [openapi](https://dripstack.xyz/openapi.json)