Create a new post
Create a new post with optional media, text, and pricing.
<Info>Scope required: `write:post`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Fanvue-API-Version
API version to use for the request
Request
This endpoint expects an object.
audience
Audience that can view the post
Allowed values:
text
Text content of the post
mediaUuids
Array of media UUIDs to attach to the post
price
Price in cents for paid posts (requires media)
publishAt
Future date/time to publish the post (ISO 8601 format)
expiresAt
Date/time when the post expires (ISO 8601 format)
Response
Post created successfully
uuid
Unique identifier of the created post
createdAt
Date/time when the post was created (ISO 8601 format)
text
Text content of the post
price
Price in cents for paid posts
audience
Audience that can view the post
Allowed values:
publishAt
Future date/time when the post will be published (ISO 8601 format)
publishedAt
Date/time when the post was published (ISO 8601 format)
expiresAt
Date/time when the post expires (ISO 8601 format)