Skip to content

Repository files navigation

ContentForge API

Turn any URL into 10+ ready-to-publish content pieces in under 1 second.

What it does

Give it a blog post URL, and it returns:

  1. Twitter/X thread (5-7 tweets)
  2. LinkedIn post (with hooks and takeaways)
  3. Newsletter intro paragraph
  4. 3-part email sequence
  5. Facebook post
  6. Instagram caption (with hashtags)
  7. YouTube script outline (60-90 sec)
  8. Blog summary (2 paragraphs)
  9. 3 quotable excerpts
  10. LinkedIn carousel outline (6-8 slides)
  11. Cold outreach email

API Usage

POST /api/v1/repurpose

{
  "url": "https://example.com/blog-post",
  "tone": "professional",
  "audience": "general"
}

GET /api/v1/repurpose?url=https://example.com&tone=professional

Pricing

  • 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

Tech Stack

  • FastAPI (Python)
  • BeautifulSoup for article extraction
  • Template-based content generation (no LLM needed, sub-second response)
  • Optional LLM enhancement endpoint

Deploy

pip install -r requirements.txt
uvicorn api:app --host 0.0.0.0 --port 8000

About

Turn any URL into 10+ ready-to-publish content pieces. FastAPI content repurposing API.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages