Now in Public Beta — 100 free API calls / month

One API call.
Every platform.

94% of marketers repurpose content, but there is no API for it. Repurpose API fills that gap — send any content, get back platform-ready posts for Twitter, LinkedIn, Reddit, email, and Instagram in a single call.

curl
curl -X POST https://content-repurpose-api.vercel.app/api/v1/repurpose \
  -H "Content-Type: application/json" \
  -H "x-api-key: rp_live_your_key_here" \
  -d '{
    "source_url": "https://blog.example.com/my-post",
    "platforms": ["twitter", "linkedin", "reddit"],
    "tone": "professional"
  }'
RESPONSE
200 OK~1.2s
{
  "success": true,
  "data": {
    "twitter": "We just shipped a feature that cut our deploy time by 80%.\n\nHere's what we changed and why it matters for your CI/CD pipeline.\n\n#DevOps #Engineering",
    "linkedin": "We cut our deployment time by 80%.\n\nHere's the full breakdown of what we changed...\n\n→ Switched from Docker multi-stage to...\n→ Implemented parallel test execution...\n→ Added intelligent caching...\n\nThe result? 12 minutes → 2.4 minutes.\n\n#DevOps #CICD #Engineering",
    "reddit": {
      "title": "We cut our deploy time by 80% - here's exactly how",
      "body": "## TL;DR\nWent from 12 min to 2.4 min deploys..."
    }
  },
  "meta": {
    "platforms": ["twitter", "linkedin", "reddit"],
    "tone": "professional",
    "tokens_used": 847,
    "latency_ms": 1203,
    "requests_remaining": 99
  }
}

The problem

Content teams and developers waste hours reformatting the same content for different platforms. The tools that exist today are all manual dashboards — none of them offer a programmable API.

Hours of manual work

You write a blog post, then spend 30+ minutes rewriting it for Twitter, LinkedIn, Reddit, email, and Instagram. Each platform has different formats, character limits, and audience expectations.

🔌

No API exists

Repurpose.io, Castmagic, Opus Clip — they are all SaaS dashboards. There is no developer-friendly, API-first solution that you can call programmatically from your code, automation, or AI agent.

🤖

AI agents need tools

AI content agents, newsletter bots, and social media automation workflows need a single API call to transform content. They cannot log into dashboards — they need endpoints.

How it works

1

Send your content

Pass a blog post URL, transcript, article, or any long-form text. Choose which platforms you want and what tone to use.

2

AI transforms it

Our engine rewrites your content natively for each platform — respecting character limits, formatting conventions, and audience norms.

3

Post everywhere

Get back structured JSON with ready-to-publish content for every platform you selected. Copy-paste or pipe directly into your posting workflow.

Who it's for

Built for anyone who creates content and wants to distribute it faster.

Developers

Building content pipelines, posting bots, or SaaS features that need multi-platform output. Drop in one API call instead of writing platform-specific logic.

AI Agent Builders

Your agent writes a blog post or newsletter. This API turns it into 5 platform-ready posts in one step. Works with LangChain, n8n, Make, Zapier, and MCP.

Content Marketers

Stop manually reformatting your blog posts for social media. Automate your content distribution with a simple API call from your existing tools.

Solo Founders & Creators

You write once and need to be everywhere. Use the free tier (100 calls/month) to repurpose your content across 3 platforms without hiring a social media manager.

Built for developers and AI agents

Platform-Native Output

Each platform gets content optimized for its specific format, character limits, and audience expectations.

API Key Auth

Simple x-api-key header authentication. No OAuth flows. Get your key and start making requests in seconds.

Usage-Based Pricing

Pay per API call. Free tier for testing. Scale pricing as you grow. No hidden fees or minimums.

5 Platforms

Twitter/X, LinkedIn, Reddit, email newsletters, Instagram. Request any combination in a single call.

Tone Control

Professional, casual, witty, authoritative, or friendly. Match your brand voice across all platforms.

MCP Compatible

Works with Claude, GPT, LangChain, n8n, Make, Zapier. Any AI agent can call this API as a tool.