Skip to main content

Create up to 50 posts in one call

POST 

/posts/bulk

Each item is dispatched through the same validation as createPost (sequentially, so posting rate limits stay deterministic). The bulk call counts as one API-rate-limit hit; per-post posting budgets still apply. Partial success is normal — iterate results. HTTP status: 201 all succeeded, 207 mixed, 422 all failed.

Request

Responses

All posts created