Skip to main content
POST
/
creators
/
{creatorUserUuid}
/
posts
/
{uuid}
/
repost
Repost content for a creator
curl --request POST \
  --url https://api.fanvue.com/creators/{creatorUserUuid}/posts/{uuid}/repost \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Fanvue-API-Version: <x-fanvue-api-version>'
{
  "uuid": "123e4567-e89b-12d3-a456-426614174000",
  "createdAt": "2025-01-01T12:00:00.000Z",
  "text": "Check out my latest content!",
  "price": null,
  "audience": "subscribers",
  "publishAt": null,
  "publishedAt": "2025-03-15T14:30:00.000Z",
  "expiresAt": null,
  "mediaUuids": [
    "a1b2c3d4-5e6f-7g8h-9i0j-k1l2m3n4o5p6"
  ],
  "mediaPreviewUuid": null,
  "isPinned": false,
  "likesCount": 42,
  "commentsCount": 15,
  "tips": {
    "count": 8,
    "totalGross": 5000,
    "totalNet": 4250
  },
  "collections": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

creatorUserUuid
string<uuid>
required
uuid
string<uuid>
required

UUID of the post to repost

Response

Post reposted successfully

uuid
string<uuid>
required

Unique identifier of the post

createdAt
string<date-time>
required

Date/time when the post was created (ISO 8601 format)

text
string | null
required

Text content of the post

price
number | null
required

Price in cents for paid posts

mediaPreviewUuid
string<uuid> | null
required

UUID of free preview media

audience
enum<string>
required

Audience that can view the post

Available options:
subscribers,
followers-and-subscribers
publishAt
string<date-time> | null
required

Future date/time when the post will be published (ISO 8601 format)

publishedAt
string<date-time> | null
required

Date/time when the post was published (ISO 8601 format)

expiresAt
string<date-time> | null
required

Date/time when the post expires (ISO 8601 format)

mediaUuids
string<uuid>[]
required

Array of media UUIDs attached to the post

isPinned
boolean
required

Whether the post is pinned to the top of the feed

likesCount
number
required

Number of likes the post has received

commentsCount
number
required

Number of comments on the post

tips
object
required

Tips statistics for this post

collections
object[]
required

Content collections this post belongs to