Docs
ドキュメントを検索...⌘K

投稿を作成する

API のみ
POST/v3/social-media/post

このエンドポイントへのリクエストは無料で、APIユニットを消費しません。

クエリパラメータ

outputstring

出力形式。

許可される値:jsoncsvxmlphp

リクエスト本文

channel_idsarray<string>Required

投稿を公開するチャンネルIDの空でないリスト。

text_contentstringRequired

投稿のテキスト内容。

timingstringRequired

投稿を公開するタイミング。

Allowed values:publish_nowscheduleddraft
scheduled_atstring

予約投稿のタイムスタンプ(timing が scheduled の場合は必須)。ISO 8601 形式。返される値は UTC です。

Example:2026-01-01T12:00:00Z
auto_commentstring

公開後に投稿される自動コメントのテキスト。

応答

postobject
author_idstring or null

投稿者の一意の識別子。

author_namestring or null

投稿者の名前。

auto_commentstring or null

公開後に投稿される自動コメントのテキスト。

channelsarray<object>

投稿に関連付けられているソーシャルメディアチャネル。

channel_idstring
channel_kindstring
channel_usernamestring
channel_display_namestring
channel_profile_image_urlstring or null
created_atstring

著者が投稿を作成した日時。

external_post_idstring or null

プラットフォーム固有の投稿識別子。

permalinkstring or null

プラットフォーム上で公開された投稿のURL。

post_idinteger

投稿の一意の識別子。

status_timestampstring

現在のステータスに関連付けられたタイムスタンプ。

text_contentstring

投稿のテキスト内容。