DEV Community

Sébastien LOPEZ
Sébastien LOPEZ

Posted on

We launched TODAY on Product Hunt — pay-per-use text AI with USDC

We just launched TextAI API on Product Hunt today!

If you build with APIs and find the pay-per-use model interesting, an upvote on PH helps a lot.

What is TextAI API?

A REST API for text intelligence: summarize, extract keywords, translate. Pay per call in USDC — no monthly subscription, no minimum. Idle months cost $0.

Pricing: 1 USDC = 1,000 credits

  • Summarize: 10 credits ($0.01/call)
  • Keywords: 5 credits ($0.005/call)
  • Translate: 15 credits ($0.015/call, 10 languages)

New keys get 100 free credits — no card needed.

60-second quickstart

# Get a free API key
curl -X POST https://textai-api.overtek.deno.net/keys/create -H "Content-Type: application/json" -d '{"label":"test"}'

# Summarize text
curl -X POST https://textai-api.overtek.deno.net/summarize -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" -d '{"text":"Your long article content here"}'
Enter fullscreen mode Exit fullscreen mode

Use cases

  • Content pipelines: 1,000 articles for ~$5 USDC
  • SEO: auto-tag pages with keywords at $0.005/page
  • Newsletter tools: summarize sources automatically

API docs: https://textai-api.overtek.deno.net/docs
Product Hunt page: https://www.producthunt.com/products/textai-api?launch=textai-api

Top comments (0)