# Reply using API

**URL:** https://meta.discourse.org/t/reply-using-api/263148
**Category:** Development
**Created:** [April 28, 2023, 6:02am UTC](https://meta.discourse.org/t/reply-using-api/263148 "2023-04-28T06:02:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jjerry-k](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jjerry-k/32/304489_2.png) [@jjerry-k](https://meta.discourse.org/u/jjerry-k)
#### Post date: [April 28, 2023, 6:02am UTC](https://meta.discourse.org/t/reply-using-api/263148/1 "2023-04-28T06:02:57Z")

</div>

Hi, I’m Jerry.

I use API to post external content.

There are too many topics…

So, I want to use replies on a topic.

First, post a topic with the title using date.

Second, create replies about external content.

In API docs, there’s no about “create replies”.

Is it possible to create replies using Discourse API?

Thank you.

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [April 28, 2023, 9:08am UTC](https://meta.discourse.org/t/reply-using-api/263148/2 "2023-04-28T09:08:34Z")

</div>

Welcome on meta, @jjerry-k 🙂

> [@jjerry-k](#):
>
> In API docs, there’s no about “create replies”.

It’s here:

> **[Discourse API Docs](https://docs.discourse.org/#tag/Posts/operation/createTopicPostPM)**

Create post = create reply.

You can specify which post your new post replies to with the `reply_to_post_number` parameter, whose value will be the ID of the post you reply to.  
It should be added to the documentation soon: [DEV: Added a missing parameter to Discourse API Docs by Canapin · Pull Request #21085 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/21085/commits/0b41b66cf2f3ec101b1fe5ad25c2252bb18ad5cc#diff-2639c1d7db3221687e8ff21a8f0e1fcd551a9d7ef58cb17576f399ad7adaed40)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [May 28, 2023, 9:09am UTC](https://meta.discourse.org/t/reply-using-api/263148/3 "2023-05-28T09:09:05Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
