For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
POST /chats/mass-messages: added the new optional request property ‘scheduledAt’
- Added endpoint
GET /chats/{userUuid}/messages/{messageUuid}/media
POST /creators/{creatorUserUuid}/chats/mass-messages: added the new optional request property ‘scheduledAt’
- Added endpoint
GET /creators/{creatorUserUuid}/chats/{userUuid}/messages/{messageUuid}/media
POST /creators/{creatorUserUuid}/posts: added the new optional request property ‘mediaPreviewUuid’
POST /creators/{creatorUserUuid}/posts: added the required property ‘mediaPreviewUuid’ to the response with the ‘201’ status
GET /posts: added the required property ‘data/items/mediaPreviewUuid’ to the response with the ‘200’ status
POST /posts: added the new optional request property ‘mediaPreviewUuid’
POST /posts: added the required property ‘mediaPreviewUuid’ to the response with the ‘201’ status
GET /posts/{uuid}: added the required property ‘mediaPreviewUuid’ to the response with the ‘200’ status