Skip to main content
POST
Bulk schedule multiple content items with the same publish account.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Body

application/json

Bulk schedule data

Request body for bulk scheduling content

companyId
string
required

Company ID

contentIds
string[]
required

List of content IDs to schedule

publishAccount
object
required

Publishing account configuration: {integrationId: string, platform?: string (linkedin, twitter, etc.)}

Response

Scheduled content items

Bulk schedule result

contents
object[]

Scheduled content items

msg
string

Success message

scheduled
integer

Number of items scheduled

success
boolean

Operation success