For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
1.1.0
- Breaking: post payload renames
groupIds → collectionIds.
- Breaking:
GET /posts now defaults to completed posts (was: all statuses merged). Use status=all for prior behavior.
- New endpoints:
GET /team, GET /collections, GET /collections/{id}, GET /collections/{id}/posts, GET /posts/{id}/metrics, GET /snapshots.
- New scopes:
collections:read, team:read (rotate existing keys to pick them up).
- Post payload additions:
scores, sentimentMix, totalComments, thumbnail, postType, addedByEmail, lastProcessedAt.
- New
GET /posts filters: status, collection_id, platform, posted_since.