# Notes on methods for bulk posting using API

**URL:** https://meta.discourse.org/t/api/278771
**Category:** Self-hosting
**Tags:** chinese-translation
**Created:** [September 12, 2023, 6:22pm UTC](https://meta.discourse.org/t/api/278771 "2023-09-12T18:22:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![zengyunsi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zengyunsi/32/265722_2.png) [@zengyunsi](https://meta.discourse.org/u/zengyunsi)
#### Post date: [September 12, 2023, 6:22pm UTC](https://meta.discourse.org/t/api/278771/1 "2023-09-12T18:22:30Z")

</div>

Notes on Batch Posting Using the API

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/b/e/1beba15ca703b50a1eecec21dd155031b2d205fc.jpeg)

```plaintext
env:
  LC_ALL: en_US.UTF-8
  LANG: en_US.UTF-8
  LANGUAGE: en_US.UTF-8
  # Maximum number of API requests per minute for a user
  # DISCOURSE_MAX_USER_API_REQS_PER_MINUTE: 10000
  # Maximum number of API requests per day for a user
  # DISCOURSE_MAX_USER_API_REQS_PER_DAY: 10000
  # This is limited by the number of requests an administrator can make with their API key per minute.
  DISCOURSE_MAX_ADMIN_API_REQS_PER_KEY_PER_MINUTE: 10000
  # Rate limiting based on IP address, limiting the number of requests from a specific IP address within 10 seconds
  DISCOURSE_IP_10_SECS_LIMIT: 1000

```

```plaintext
params:

# Set the maximum number of requests allowed per second
reqs_per_second: 12

# Set the maximum number of burst requests allowed per second
burst_per_second: 12

# Set the maximum number of requests allowed per minute
reqs_per_minute: 200

# Set the maximum number of burst requests allowed per minute
burst_per_minute: 100

```

In the settings, you need to enable “Allow symbols in topic titles” or some titles with characters will cause an error.

Allow all caps in a topic title or a post body

 ![image](https://global.discourse-cdn.com/meta/original/4X/1/f/e/1fe4c78dde1765705b505cb5b0d02be5729bc36b.png)

---

<div class="post-metadata">

### Author: ![nwnuyhs](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nwnuyhs/32/444904_2.png) [@nwnuyhs](https://meta.discourse.org/u/nwnuyhs)
#### Post date: [September 12, 2024, 7:26am UTC](https://meta.discourse.org/t/api/278771/3 "2024-09-12T07:26:47Z")

</div>

Awesome, may I ask which big shot it is?

---

<div class="post-metadata">

### Author: ![tyf2018](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tyf2018/32/515511_2.png) [@tyf2018](https://meta.discourse.org/u/tyf2018)
#### Post date: [July 31, 2025, 10:38am UTC](https://meta.discourse.org/t/api/278771/4 "2025-07-31T10:38:25Z")

</div>

Is this API bulk posting tool convenient to share? Payment is also acceptable.
