Changelog

Highlights from the dashboard and integrations, plus versioned HTTP API releases. Entries are summarized; API reference has full technical detail.

Product & platform

User-visible improvements to scheduling, billing, and supported networks.

May 2026

Content calendar & public changelog

  • +Visual content calendar for planning and reviewing scheduled posts
  • +Public changelog page for product and API release notes
  • ~Ongoing dashboard and scheduling UI improvements
April 2026

Analytics & richer scheduling

  • +Post engagement analytics where supported by platforms
  • +Schedule posts for later and manage them from history
  • +Referral program for sharing Status 200 Uploads with your audience
Q1 2026

More networks & carousel workflows

  • +Pinterest and expanded LinkedIn support
  • +Improved carousel and multi-media posting across networks
  • *Reliability tweaks for OAuth reconnections and media uploads
Early 2026

X, LinkedIn, YouTube & media library

  • +X (Twitter), LinkedIn, and YouTube publishing
  • +Reusable media library to attach assets without re-uploading
  • +Public HTTP API with keys, webhooks, and OpenAPI documentation

Public API

Breaking changes will be marked when they occur; minor versions stay backward-compatible when possible.

v1.4.0April 2026

Engagement Analytics & Scheduled Posts

  • +GET /v1/analytics/{post_id} endpoint for engagement metrics
  • +Post scheduling with scheduledFor parameter
  • +DELETE /v1/posts/{id} to cancel scheduled posts
  • +Webhook events for post.scheduled
v1.3.0March 2026

Pinterest & LinkedIn Carousel Support

  • +Pinterest platform support with board selection
  • +LinkedIn carousel posts with multiple images
  • +X (Twitter) community posting support
  • *Instagram carousel ordering now respects array order
v1.2.0February 2026

X (Twitter) & LinkedIn Platforms

  • +X (Twitter) platform support with text, image, and video
  • +LinkedIn platform support with text, image, and video
  • +Per-platform rate limiting
  • ~Rate limit headers now included in all responses
v1.1.0January 2026

YouTube Support & Media Library

  • +YouTube video upload support
  • +Media library with file_id reuse across posts
  • +GET /v1/profiles endpoint
  • ~mediaUrls now optional when mediaID is provided
v1.0.0December 2025

Initial Release

  • +POST /v1/posts for TikTok, Instagram, and Facebook
  • +POST /v1/media for URL-based media uploads
  • +Bearer token authentication
  • +Webhook notifications for post.published and post.failed