> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dripstack.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Drip API

> Paid API for searching and summarizing premium financial newsletters and podcasts.

Drip provides paid access to synthesized summaries from premium financial
newsletters, blogs, and podcasts. Discover content by topic, then pay per
article to unlock a synthesized summary. Built for AI agents and developers.

**Base URL:** `https://dripstack.xyz`

## How it works

1. **Search** — discover articles, podcasts, and stock-picker calls by topic
   across every indexed publication (free).
2. **Pay & unlock** — fetch a specific post and pay a micropayment to receive
   its synthesized summary. Paid routes return HTTP `402` until payment is
   provided, via the [x402 or MPP](/concepts/payment-flow) protocols.

<CardGroup cols={2}>
  <Card title="Quickstart" href="/quickstart" icon="rocket">
    Make your first call and unlock a paid article.
  </Card>

  <Card title="Core Concepts" href="/concepts/core-concepts" icon="book-open">
    Publications, posts, summaries, stock picks, and search.
  </Card>

  <Card title="Payment Flow" href="/concepts/payment-flow" icon="credit-card">
    How the x402 / MPP 402 challenge works.
  </Card>

  <Card title="Discovery" href="https://dripstack.xyz/openapi.json" icon="compass">
    The OpenAPI 3.1 document, including paid-route payment metadata.
  </Card>
</CardGroup>
