Overview
The Repurpose Content resource transforms your existing content into LinkedIn-optimized posts that sound just like you. Simply provide your source content, its type, and the API will generate 3 unique post variants tailored for LinkedIn engagement. This is perfect for: - Converting blog posts into LinkedIn content - Turning newsletter content into social posts - Extracting key points from meeting transcripts - Repurposing podcast or video transcripts
Riutilizzo dei contenuti
Transform source content into 3 different LinkedIn post variants. Each variant offers a unique angle or format to maximize engagement.
/repurpose-contentRequest Body
| Parameter | Digitare | Required | Descrizione |
|---|---|---|---|
| contenuto | string | Required | The source content to be repurposed. Can be a full article, blog post, or any text content. |
| contentType | string | Required | Type of the source content. Helps the AI understand the context and tone. See supported types below. |
Example Request
{
"content": "Text of a blog post",
"contentType": "blog post"
}Response
{
"success": true,
"variants": [
"variant 1",
"variant 2",
"variant 3"
]
}Response Fields
| Field | Digitare | Descrizione |
|---|---|---|
| success | boolean | Indicates if the content was successfully repurposed |
| variants | array | Array containing 3 unique LinkedIn post variants |
Supported Content Types
Best Results
For best results, provide content that is at least 200 words and contains clear insights, data points, or actionable takeaways. The AI will extract the most engaging elements for LinkedIn.