Bulk-create posts across creators
Create (and optionally schedule) multiple posts across one or more creators in a single request.
Each item reuses the same validation, scheduling (publishAt/expiresAt) and creation path as the single-creator createCreatorPost endpoint, and access is enforced per creatorUserUuid exactly as that endpoint does.
The request returns HTTP 200 whenever the envelope is valid. Each item is reported independently in results (index-aligned with the request posts array) as either a success or an error, so one creator’s failure never sinks the whole batch.
write:post and write:creator scopes, plus access to each creator (agency assignment/admin, or self).write:post— Create, edit, and manage posts and content on behalf of users.write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.
Headers
API version to use for the request
"2025-06-26"
Body
Array of posts to create across creators (1–100)
1 - 100 elementsResponse
Batch processed. Per-item success/failure is reported in results; a 200 does not imply every item succeeded.
Per-item results, index-aligned with the request posts array
- Option 1
- Option 2