Postpone Logo
Getting Started

API Changelog

Notable additions and changes to the Postpone API.

This changelog highlights notable additions and changes to the Postpone API. Minor documentation updates and internal changes are not included.

August 2026

Create drafts without a scheduled date

Scheduling mutations can now create and update drafts without a postAt value on all supported platforms except Reddit. A date is still required before the draft can be published.

Learn about drafts without a date

Schedule posts using Account Schedules

Scheduling mutations now support schedulingMode: QUEUE_NEXT. Leave out postAt to place a post in the next open slot in the social account's Account Schedule.

Learn about scheduling at the next open slot

July 2026

Attach media with a unified input

Scheduling mutations now accept a media list. Each file can be referenced by Content Library ID, Content Library name, or public URL. This replaces the legacy mediaUrl, mediaUrls, and mediaName parameters, which remain available but are deprecated.

Learn about attaching media

Upload media through the API

New GraphQL mutations can add images, videos, and GIFs to the Content Library from a public URL or by uploading a local file directly.

Learn how to upload media

Find fresh media for Reddit

The Content Library media query now supports the FRESH_FOR_SUBREDDIT usage filter. Use it to find media that has not been submitted or scheduled in specified subreddits.

Learn about Content Library usage filters

June 2026

Connect AI agents with MCP

The Postpone Model Context Protocol (MCP) server launched in beta. MCP-compatible clients can list accounts and posts, search media, and create or delete scheduled posts using OAuth or an API key.

Learn how to connect with MCP

May 2026

Schedule Threads topic tags and ghost posts

The Threads scheduling mutation now supports explicit topic tags and text-only ghost posts that automatically archive after 24 hours.

Learn about scheduling Threads posts