May 5

We've shipped first-class comments support in the API, so AI agents can now read, write, and resolve comments on your drafts.
Check out the API docs here.
All endpoints live under /v2/social-sets/{social_set_id}/drafts/{draft_id}/:
GET /comment-threads: list threads on a draft. Filterable by status and platform.POST /comment-threads: create a span-anchored or post-level thread.POST /comment-threads/{id}/comments: reply to a thread.PATCH /comment-threads/{id}/comments/{comment_id}: edit a comment.DELETE /comment-threads/{id}/comments/{comment_id}: delete a comment.POST /comment-threads/{id}/resolve: mark a thread resolved.DELETE /comment-threads/{id}: delete the whole thread.Read the updated API docs.
Recent updates

Notify Slack Channels on Publish
Jun 1
Notify Slack channels when posts go live so teams can react, reshare, and ampli…
Better, Smoother Realistic Previews
May 28
Realistic previews feel smoother and better match how posts will look after pub…

LinkedIn Reposts
Apr 30
Repost LinkedIn posts from Typefully and expand your LinkedIn workflow.

X Content Disclosures
Apr 22
Add X content disclosures when posts include partnerships or other required lab…

API Improvements for AI and Agents
Apr 5
API updates make Typefully more useful for AI tools, agents, and integrations.