返回 TikTok
将 Knoon AI 与 TikTok 连接以自动化 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. |