Turn any URL into 10+ ready-to-publish content pieces in under 1 second.
Give it a blog post URL, and it returns:
- Twitter/X thread (5-7 tweets)
- LinkedIn post (with hooks and takeaways)
- Newsletter intro paragraph
- 3-part email sequence
- Facebook post
- Instagram caption (with hashtags)
- YouTube script outline (60-90 sec)
- Blog summary (2 paragraphs)
- 3 quotable excerpts
- LinkedIn carousel outline (6-8 slides)
- Cold outreach email
{
"url": "https://example.com/blog-post",
"tone": "professional",
"audience": "general"
}GET /api/v1/repurpose?url=https://example.com&tone=professional
- Free: 10 requests/month
- Starter: $9/mo - 100 requests/month
- Pro: $29/mo - 500 requests/month
- Business: $99/mo - 2000 requests/month + white-label rights
- FastAPI (Python)
- BeautifulSoup for article extraction
- Template-based content generation (no LLM needed, sub-second response)
- Optional LLM enhancement endpoint
pip install -r requirements.txt
uvicorn api:app --host 0.0.0.0 --port 8000