1mo ago
One of the use cases I built TextAI API for: a Chrome extension that summarizes any web page with one click, paying $0.01 per summary in USDC.
Here's the core logic in ~20 lines:
0
1
2mo ago
3
1 USDC = 1,000 credits (no expiry, no monthly fees)
Per-call costs: Summarize = 10 credits ($0.01) | Keywords = 5 credits ($0.005) | Translate = 15 credits ($0.015)
New accounts get 100 free credits enough to test all 3 endpoints without any payment. Top up with USDC on Solana devnet when you need more.
Questions about pricing or specific use cases? Ask below!
2