Release notes
What's new in the Chuger API — features, behavior changes, and improvements, newest first.
Subscribe to changes by watching the chuger-docs repo. Every release update lands here as a commit.
2026-05-20v1.0
Launch
v1 API is live
The first generally available release of the Chuger API. Seven endpoints under /v1, one unified credit balance, predictable JSON.
Endpoints:
GET /v1/scrape— fetch raw HTMLGET /v1/content— extract clean HTML, Markdown, and metadataPOST /v1/content/bulk— async bulk content extraction (up to 100 URLs or a sitemap)GET /v1/serp— search engine resultsGET /v1/serp/content— search + content extraction in one callPOST /v1/prompt— LLM prompts, optionally grounded on a URLGET /v1/credits/*— balance, transactions, preview cost, purchase, affordability
Plans:
| Plan | Monthly credits | Max tokens |
|---|---|---|
| Basic | 6,000 | 1 |
| Pro | 20,000 | 3 |
| Business | 90,000 | 5 |
See Credits for the full per-endpoint cost table and Rate limits & quotas for the per-minute limits.
Was this page helpful?