Create a new post for a creator
Create a new post on behalf of a creator with optional media, text, and pricing.
write:post— Create, edit, and manage posts and content on behalf of users.write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Path Parameters
Body
Audience that can view the post
subscribers, followers-and-subscribers Text content of the post
5000Array of media UUIDs to attach to the post
UUID of free preview media shown before unlock
Price in cents for paid posts (requires media)
x >= 300Future date/time to publish the post (ISO 8601 format)
Date/time when the post expires (ISO 8601 format)
Array of content collection UUIDs to assign to the post
Response
Post created successfully
Unique identifier of the created post
Date/time when the post was created (ISO 8601 format)
Text content of the post
Price in cents for paid posts
UUID of free preview media
Audience that can view the post
subscribers, followers-and-subscribers Future date/time when the post will be published (ISO 8601 format)
Date/time when the post was published (ISO 8601 format)
Date/time when the post expires (ISO 8601 format)