TikTok

Upload and manage TikTok videos and photos, and retrieve profile information

Actions7

Overview

This node uploads photo posts to TikTok. It allows users to provide publicly accessible URLs of photos to upload, specify which photo to use as the cover, and choose the post mode (direct post or media upload). Additional options include adding music automatically, toggling brand content or organic promotion, setting a description, disabling comments, setting privacy levels, and adding a title. This node is useful for automating the process of posting photo content to TikTok, either directly or by preparing media for user finalization.

Use Case Examples

  1. Automatically upload a set of photos to TikTok with a specific cover photo and privacy settings.
  2. Prepare photo content for TikTok with recommended music and brand content toggles enabled.

Properties

Name Meaning
Photo URLs Publicly accessible URLs of the photos to upload. Can be a single URL or a comma-separated list.
Cover Index Index of the photo to use as the cover, starting from 0.
Post Mode Mode of posting the photo content, either direct post to the user's account or media upload for user finalization.
Additional Fields Optional additional settings for the photo post, including auto-adding music, brand content toggles, description, comment disabling, privacy level, and title.

Output

JSON

  • postId - The unique identifier of the uploaded photo post.
  • status - The status of the upload operation, e.g., success or failure.
  • url - The URL of the uploaded photo post on TikTok.

Dependencies

  • TikTok API authentication

Troubleshooting

  • Ensure that the provided photo URLs are publicly accessible and correctly formatted as a single URL or comma-separated list.
  • Verify that the cover index is within the range of the provided photo URLs.
  • Check that the TikTok API credentials are valid and have the necessary permissions for uploading photo posts.
  • If the post mode is set to direct post, ensure the account has posting permissions; otherwise, use media upload mode for user finalization.

Links

Discussion