TikTok に戻る
TikTok と Knoon AI を接続して AI ワークフローを自動化します。
Publish a post to TikTok immediately. Supports 1 video or up to 35 photos.
zernioTikTokDefaultPostNow
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| content | mustache | Optional caption. TikTok allows up to 2,200 characters for videos. For photo carousels this is used as the photo title. | いいえ |
| description | mustache | Optional long description for photo carousels. TikTok allows up to 4,000 characters. | いいえ |
| attachments | array (attachment) | Uploaded photo/video attachments. Required unless assetUrls is provided. Use 1 video or up to 35 photos. | いいえ |
| assetUrls | array (mustache) | Public image/video URLs. Required unless attachments is provided. | いいえ |
| privacyLevel | string | Optional TikTok privacy level such as PUBLIC_TO_EVERYONE. If omitted, the backend uses the connected account setting when available. | いいえ |
| allowComment | boolean | Whether comments are allowed. | いいえ |
| allowDuet | boolean | Whether Duet is allowed for video posts. | いいえ |
| allowStitch | boolean | Whether Stitch is allowed for video posts. | いいえ |
| autoAddMusic | boolean | Whether TikTok should auto-add music for photo carousel posts. | いいえ |
| photoCoverIndex | number | Optional zero-based photo index to use as the carousel cover. | いいえ |
| videoCoverImageUrl | mustache | Optional public image URL to use as the video cover. | いいえ |
| videoCoverImageAttachment | mustache | Optional image attachment to use as the video cover. | いいえ |
| videoCoverTimestampMs | number | Optional video timestamp in milliseconds to use as the cover frame. | いいえ |
| contentPreviewConfirmed | boolean | Required TikTok consent flag confirming the creator previewed the content. | いいえ |
| expressConsentGiven | boolean | Required TikTok consent flag confirming express consent was given. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| postId | string | Zernio post ID. |
| status | string | Post status. |
| accountId | string | Connected Zernio account ID. |
| platform | string | Published platform. |
| platformPostUrl | string | Published platform post URL when available. |