Transform your articles and blog posts into Twitter threads, LinkedIn posts, newsletters, and more with a single API call.
From content to everywhere in seconds.
Send your blog post, article, or any long-form content to our API.
Our AI analyzes your content and generates optimized versions for each platform.
Receive Twitter threads, LinkedIn posts, summaries, and more—ready to publish.
Paste your content and watch AI transform it into multiple formats instantly.
Click "Repurpose Content" to transform your text into multiple formats
One endpoint. Seven formats. Any language.
# Transform content into multiple formats curl -X POST "https://getrepurpose.com/v1/repurpose" \ -H "X-API-Key: your-api-key" \ -H "Content-Type: application/json" \ -d '{ "content": "Your blog post content here...", "formats": ["twitter_thread", "linkedin_post"] }'
import requests response = requests.post( "https://getrepurpose.com/v1/repurpose", headers={"X-API-Key": "your-api-key"}, json={ "content": "Your blog post content here...", "formats": ["twitter_thread", "linkedin_post"] } ) tweets = response.json()["twitter_thread"]["tweets"] print(tweets)
const response = await fetch("https://getrepurpose.com/v1/repurpose", { method: "POST", headers: { "X-API-Key": "your-api-key", "Content-Type": "application/json" }, body: JSON.stringify({ content: "Your blog post content here...", formats: ["twitter_thread", "linkedin_post"] }) }); const { twitter_thread } = await response.json(); console.log(twitter_thread.tweets);
Every format optimized for its platform.
Engaging numbered threads with hooks and hashtags that drive engagement.
Professional posts with compelling hooks and CTAs for B2B reach.
Shareable quotes for social media.
Subject lines, preview text, and formatted body ready to send.
Short and detailed summaries with key takeaways extracted.
Organized, scannable bullet points for documentation.
Scale distribution effortlessly
Build your brand faster
Integrate via simple API
White-label for clients
Start free, upgrade when ready.
For creators & marketers
For teams & agencies
Need more than 500 repurposes? Contact us for custom pricing.
Everything you need to know about the API
Most requests complete in 1-3 seconds. We use Google's Gemini 2.5 Flash Lite model for fast, high-quality results.
Content must be at least 100 characters. For best results, we recommend 300+ words of substantive content like blog posts or articles.
Yes! You can set the tone to professional, casual, humorous, or academic. Pro plans also support custom tone instructions.
You'll receive a 429 rate limit error. Your usage resets on the 1st of each month. Upgrade anytime for more capacity.
No. Your content is processed in real-time and not stored beyond the API call. We don't use your data for training.
Yes, you can cancel your subscription at any time. You'll retain access until the end of your billing period.