Simple, Transparent Pricing

Generate SEO blog articles and keyword research via API. Used by 100s of creators and affiliate marketers.

Starter
₹2,499/month
10 articles/day
  • 10 blog articles per day
  • Keyword research tool
  • SEO optimized output
  • Markdown + JSON format
  • Email support
Start Free Trial
Most Popular
Pro
₹3,799/month
50 articles/day
  • 50 blog articles per day
  • Advanced keyword research
  • Affiliate link injection
  • Priority generation
  • API access + docs
  • Priority support
Get Pro Access
Agency
₹5,899/month
200 articles/day
  • 200 blog articles per day
  • Everything in Pro
  • White-label option
  • Bulk generation
  • Custom niches
  • Dedicated support
Contact Us

Simple API Integration

# Generate a blog article
curl -X POST https://tircha-backend.railway.app/api/blog/generate \
  -H "X-API-Key: your_tircha_api_key" \
  -H "Content-Type: application/json" \
  -d '{"keyword": "best VPN for gaming", "niche": "software"}'

# Response
{
  "title": "Best VPN for Gaming in 2026",
  "content_markdown": "...",
  "word_count": 847,
  "requests_remaining": 49
}
View full API documentation →