Creates a new post in the social media feed. Posts can include a text caption (up to 800 characters) and optional media attachments (images or videos).Documentation Index
Fetch the complete documentation index at: https://mintlify.com/0xfelaback/Social-Media-Activity-Feed/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
This endpoint requires authentication. The authenticated user must match theuserName in the request body.
Request Body
The username of the account creating the post. Must match the authenticated user.
The text content of the post. Maximum length: 800 characters.
Array of media attachments for the post. Can be empty.
Request Example
Response
201 Created when the post is successfully created. The post is stored with the following properties:
Unique identifier for the post (auto-generated)
User ID of the post creator
The post caption text
Timestamp when the post was created
Initial like count (starts at 0)
Array of media attachments with their IDs, types, and URLs
Soft delete flag (initially false)