Simple way to upload video to Tiktok and Instagram

hi,

i found a way to upload videos to tiktok using the upload-post api. i created an n8n node that sends a post request to the api with the video file and parameters like title, user, and platform. it works well for me and i wanted to share my solution here.

if anyone has questions or ideas to improve this setup, lmk. thanks.

3 Likes

Is it safe to use it with multiple accounts and not get a shadow ban?
Thanks for writting the node

1 Like

We have tested and everything is fine, getting as many views as manually uploading it

1 Like

Thank you for your reply mate, yes I tested it with one account and it’s working perfectly. but I was wondering if you tested to upload to multiple tiktok accounts on the same ip for scaling and if you getting views across all of them?

That’s really cool! And where do you upload the videos from? Before this node, there should be another chain of nodes, where does the binary file come from?

Hello! I get the binary from Google Drive, so my video editor uploads the video to a folder and it gets automatically a title and description and uploaded to every social media. Check out this template: Upload to Instagram and Tiktok from Google Drive | n8n workflow template

1 Like