4

I'm confused with the Tiktok API. Recently they announced that it's possible now to directly post a video with description. However when I look into their documentation (v2) I do not see anything related about posting videos.

Publishing with the video web kit is possible but I do not see any options for passing a description. Other social media scheduling tools are already posting directly to Tiktok. How are they doing this?

How is it possible that a big company like this has so little API documentation. It drives me crazy...

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Jamie
  • 10,302
  • 32
  • 103
  • 186

1 Answers1

0

yeah it's posible to post directly usign TIKTOK apis here's the documentation for that https://developers.tiktok.com/doc/content-posting-api-get-started/

you can use https://open.tiktokapis.com/v2/post/publish/video/init/ API for the direct publish video and there is a lot more than just calling this API to publish video you can read it in documentation.