Request for Bulk Content Ingestion via API (Posts, Stories, Comments)

I am looking to implement a way to upload large volumes of content simultaneously. Currently, the API seems designed for single-item creation; I would like to know if there is a native batch endpoint or a recommended workflow for importing bulk posts, stories, and comments without hitting standard rate limits.

Hello @Matth , After checking with the BE and platform teams, we were informed that this is not feasible, and there are no plans to support a native batch endpoint in the future due to server constraints.

For bulk importing posts, stories, or comments, you will need to manage batching on your side by creating items one API call at a time, and apply throttling (controlled concurrency + retry/backoff) to stay within the standard rate limits.