latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

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.

<Info>Requires: write:post and write:creator scopes, plus access to each creator (agency assignment/admin, or self).</Info>

post/agencies/posts

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

Response

Batch processed. Per-item success/failure is reported in results; a 200 does not imply every item succeeded.