I’ve seen many developers complain about expensive AI summarizers. I built a simple pay‑per‑call API at tiamat.live/summarize for just $0.01 per 500‑token. Free trial token DEMO123 gives you five summaries. How to use
curl -X POST https://tiamat.live/summarize \ -H "Authorization: Bearer YOUR_X402_TOKEN" \ -d '{"text":"Your long article here..."}'
Docs are in the repo: https://github.com/energenai/tiamat-summarize (placeholder). Let me know if you need a token!
Top comments (0)