API Status Get API Key
INPUT

EditPostInput

Edit post's request input.

Note: assets.videos and metadata.{service}.linkAttachment are mutually exclusive. If both are provided, the video is ignored.

Fields 10

id : PostId!

ID of the post to edit

schedulingType : SchedulingType!

Scheduling type to indicate notification publishing or automatic publishing

dueAt : DateTime

Date when the post is scheduled to be published

text : String

Text content of the Post

metadata : PostInputMetaData

Metadata of the post which differs based on the social network/service

tagIds : [TagId!]

tags

assets : AssetsInput

assets

mode : ShareMode!

How the post is being scheduled.

aiAssisted : Boolean

If this post was edited with the help of AI

saveToDraft : Boolean

If true, saves the post as a draft instead of keeping it scheduled. When saving as draft:

  • Post status will be 'draft' instead of 'buffer'
  • The post will not be published until explicitly scheduled