cURL
Content Utilities
Repurpose Content
Turn article content into LinkedIn or X (Twitter) posts.
POST
cURL
Generate social posts from an existing article’s content.
POST creates new LinkedIn or X posts with AI; GET returns previously generated posts for an article. Both resolve the article by articleSlug within your team.
Request body (POST)
The source article must have at least 50 characters of content.
Response (POST)
Reading existing posts (GET)
GET /v3/repurpose-content?articleSlug=<slug> returns { posts }, the stored repurposed posts for the article, newest first.
Generation consumes credits — a flat 10 AI credits per
POST call regardless of numberOfPosts. Credits are only deducted after posts are successfully generated and saved. Requires an active plan, team membership, and the repurpose-content feature. Reading posts via GET is free.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
Default Response

