# Create up to 50 posts with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/bulk-create-posts --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/posts/bulk # Create up to 50 posts with the PostEverywhere API 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. Guides: [Quick start: create your first post](https://posteverywhere.ai/docs/quick-start) · [Bulk operations guide](https://posteverywhere.ai/docs/bulk-operations) Copy MarkdownCopy for LLMThis endpoint accepts a JSON request body. See the [posts guide](https://posteverywhere.ai/docs/quick-start) for a worked example. ## Responses - 201All posts created - 207Partial success — some items failed - 400 - 401 - 402 - 403 - 422Every item failed - 429 - 500 ## More in Posts - [List posts](https://posteverywhere.ai/docs/api/list-posts) - [Create a post](https://posteverywhere.ai/docs/api/create-post) - [Get a post](https://posteverywhere.ai/docs/api/get-post) - [Update a post](https://posteverywhere.ai/docs/api/update-post) - [Delete a post](https://posteverywhere.ai/docs/api/delete-post) - [Publish results](https://posteverywhere.ai/docs/api/get-post-results) - [Retry a post](https://posteverywhere.ai/docs/api/retry-post) - [Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post) - [Bulk retry](https://posteverywhere.ai/docs/api/retry-failed-posts) - [Get the queue](https://posteverywhere.ai/docs/api/get-queue) - [Approve a post](https://posteverywhere.ai/docs/api/approve-post) - [Request changes](https://posteverywhere.ai/docs/api/request-post-changes) [← Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post)[Bulk retry →](https://posteverywhere.ai/docs/api/retry-failed-posts)[← All endpoints](https://posteverywhere.ai/docs/api/reference)