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. |