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.

10 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?

1 Like

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

Seems link broken, is this one: Upload to Instagram, Tiktok & Youtube from Google Drive | n8n workflow template

it seems that it doesn’t work anymore, that they have limited the upload to tiktok only for paying members

If anyone needs a video tutorial for configuring it, I made a tutorial: https://youtu.be/h_U_p4pQosM?si=QZWhASw60nL-P9yg

As lorvaill pointed out, “upload-post.com“ only provides TK posting for paid plan. If you are paid user you should be good.

However, if you don’t want to pay and try to use TK APIs in native way, you will probably go thru a bit headache as I did: TK api does not work smoothly in n8n due to its “special“ OAuth flow. Normal http request node will not work.

I come up with a workaround that you can try: