Skip to main content

TikTok

TikTok is a social media application developed by ByteDance.

This integration allows you to automatically upload your videos to TikTok for publishing.

Setup

To send your videos directly to your TikTok you will have to connect Shotstack to your TikTok. This will provide Shotstack with permissions to upload files to TikTok on your behalf.

Login to the dashboard and navigate to the integrations page, find the TikTok destination and click configure.

Click the Connect to TikTok button and follow the prompts.

Integration

Basic integration

To send your video to TikTok add the following to the output parameter of the render payload:

"destinations": [{
"provider": "tiktok"
}]

Opting out from the Shotstack destination

By default all generated files are sent to the Shotstack destination. If you are using TikTok you may wish to opt out from hosting your videos with Shotstack using:

"destinations": [{
"provider": "tiktok"
},{
"provider": "shotstack",
"exclude": true
}]

This will send the generated video to TikTok but not to Shotstack.