POST

Publish Multi Story Draft


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Publishes a multi-story draft as a sequence of single-media story items.

The draft's media list is split into individual story items that are published sequentially in media order, stopping on the first failure. Each story item gets a derived referenceId of {draftReferenceId}:story:{index} (the draft id is used when the draft has no referenceId). Story items already published by a previous call are skipped, so the method can be safely retried after a partial failure. The draft is deleted only after all story items are published. To schedule the story sequence, set schedulingInfo.scheduledDate; otherwise it's published immediately.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Social Posts
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/social-publisher/v1/publish-multi-story-draft

Errors
400Invalid Argument

There is 1 error with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?