Authorization: Bearer pk_drip_... and spends your pre-purchased credits.
Search and publication discovery routes are free.
Each successful paid request returns a robust synthesized summary of a
publisher’s article. Access is not permanent, and every request spends credits.
For production usage, follow Errors & Retries.
1
Create an API key and add credits
Sign in to Drip, then create a key from the
API Keys dashboard. Copy the key
when it is shown; raw keys are not displayed again.Add balance from the
Credits dashboard.
2
Search across supported sources
Search across all supported financial newsletters and blogs for posts
relevant to your research question.Each result includes
publicationSlug and slug. Use those two values to
build the paid article URL. Search results are candidates, not paid article
summaries.3
Query a specific publication
If you already know which source you care about, find the publication slug
and list its ready posts.The publication response includes recent posts with
slug, title,
publishedAt, and priceCents. If priceCents is null, the charged 200
response provides the current price in paymentInfo.amountUsd.4
Retrieve an article summary with your API key
Use the
publicationSlug and slug from search or publication lookup to
call the paid article route. A successful response returns 200 with
article metadata and synthesizedSummary. The request debits purchased
credits each time it is made.Request examples
- cURL
- JavaScript
- Python

