Creates one or more scheduled posts.
Each item in the request body creates one scheduled post for a single connected social account. Each item must target a specific project.
Each item must provide an idempotencyKey. Reusing the same idempotencyKey for the same API key replays the original result for that item. This is to help you prevent accidentally publishing the same post multiple times, in case you need to retry due to network failures.
Results are returned in the same order as the input array.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1Client-provided item idempotency key.
1Project identifier.
Connected social account identifier.
UTC time when this post should be published.
Media identifiers previously created via the external media upload flow.
Platform-specific publishing options.
At most one platform object may be present.
Some platforms, such as X, LinkedIn, and LinkedIn Pages, currently do not define platform-specific options. For those platforms, this object can be omitted or sent as an empty object.
The provided platform object must match the publishing account's platform.
Batched post creation results.
Results in the same order as the request items.