Update a post’s content, schedule, enabled platforms, or labels — and trigger publishing.
Documentation Index
Fetch the complete documentation index at: https://docs.trypost.it/llms.txt
Use this file to discover all available pages before exploring further.
draft — keep as draftscheduled — schedule for the time given in scheduled_at (must be in the future)publishing — publish immediately: dispatches the publish job to all enabled platformsscheduled requires a scheduled_at in the future.POST /posts/{post}/media (file) or POST /posts/{post}/media/from-url (URL) and let those endpoints append to media[] directly.status=scheduled.422 with { "message": "Cannot edit a published post." } if the post has already been published.
{ "status": "publishing" } — content/platforms already saved are kept.{ "status": "scheduled", "scheduled_at": "2025-12-31T15:30:00Z" }.platforms[] array.