Repurpose Content

This resource represents your Repurposed content.

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

Repurpose Content

Transform source content into 3 different LinkedIn post variants. Each variant offers a unique angle or format to maximize engagement.

POST/repurpose-content

Request Body

ParameterTypeRequiredDescription
contentstringRequiredThe source content to be repurposed. Can be a full article, blog post, or any text content.
contentTypestringRequiredType of the source content. Helps the AI understand the context and tone. See supported types below.

Example Request

json
{
  "content": "Text of a blog post",
  "contentType": "blog post"
}

Response

json
{
  "success": true,
  "variants": [
      "variant 1",
      "variant 2",
      "variant 3"
  ]
}

Response Fields

FieldTypeDescription
successbooleanIndicates if the content was successfully repurposed
variantsarrayArray containing 3 unique LinkedIn post variants

Supported Content Types

blog postemailnewslettermeeting transcriptpodcast transcriptvideo transcriptresearch papersocial media post

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.