syndication

POST /v1/syndication/plans

Save a syndication plan.

すべての syndication エンドポイント

認証

ベアラー トークンとして API キーを送信します。このエンドポイントでは仕様に特定の権限が記載されていないため、キーに必要な最小限の権限を付与し、推測するのではなくレスポンスを確認してください。

組織 ID を入力する場所

このエンドポイントはクエリパラメータとして org_id を受け取ります。省略した場合はテナントサブツリー全体が対象になり、指定した場合は特定の組織のみに絞り込まれます。

組織IDは、ダッシュボードのAPIキー画面にキーのすぐ横に表示されています。これは、実行するすべての呼び出しで同じIDになります。

試してみる

アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。

curl -X POST https://api.zinndigital.com/v1/syndication/plans \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "scope": <string<post, recipe, org_default>> }'

ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブAPIに対してリクエストが実行されるため、実際のレスポンスを確認することができます。 API コンソールでこのエンドポイントを開く

詳細

A plan for one article (`post`), for a recipe (`recipe`) or for everything (`org_default`); the most specific one wins and a disabled plan stops the search rather than falling through. `approval_mode` defaults to `hold` — owner ruling, 2026-08-20. Gated on `syndication.manage`.

パラメータ

名前タイプ必須これがその内容です
org_id (query)stringいいえ

リクエスト本文

名前タイプ必須これがその内容です
scopestring<post, recipe, org_default>はい
post_idstringいいえ
recipe_idstringいいえ
enabledbooleanいいえ
write_modestring<ai_per_channel, one_text>いいえ
approval_modestring<hold, send>いいえ
connection_idsstring[]いいえ

返信

名前タイプ必須これがその内容です
idstringはい
scopestring<post, recipe, org_default>はいMost specific wins — an article's own plan beats its recipe's beats the org default.
post_idstringはい
recipe_idstringはい
enabledbooleanはい
write_modestring<ai_per_channel, one_text>はい⚖️ Owner ruling 2026-08-20 — the AI writes per channel by default, because an X post and a LinkedIn update are not the same piece of writing.
approval_modestring<hold, send>はい⚖️ Owner ruling 2026-08-20 — hold for approval by default.
channelsSyndicationPlanChannel[]はい
created_atstringはい

このエンドポイントが返すエラー

401 · 403 · 422