Skip to main content
POST
Create post

Authorizations

Authorization
string
header
required

Access token for user-context authentication. Send it in the Authorization: Bearer <jwt> header. Use the token your OAuth client app obtained via the Authorization Code + PKCE flow.

Headers

Accept-Language
string

Supported response locales: ko, en, ja, zh-CN, zh-TW, es, fr, de, pt, th, vi. Default is ko.

Example:

"ko"

Body

multipart/form-data
request
object
required
images
file[]

Response

Created successfully.

Post create/update response

postId
integer<int64>
required

Post ID

Example:

12345678

content
string
required

Post body

images
object[]
required

Attached images (0-10).

webUrl
string
required

Post web URL

Example:

"https://www.rocketpunch.com/post/12345678"

postedAt
string
required

Posted at (ISO 8601 UTC)

Example:

"2026-05-29T09:00:00Z"

updatedAt
string
required

Updated at (ISO 8601 UTC)

Example:

"2026-05-29T09:00:00Z"

og
object | null