Docs

Berikut Path Dan Cara Penggunaan

METHODE :

GET



PATH :

            
[DOMAIN]/api/tiktok?url=[URL]
            
         


RESULT :


=> String :

            
{
   type: "video",
   url: "https://cdn.tiktok.com..."
}
            
         

=> Array :

            
{
   type: "album",
   url: [
      "https://cdn.tiktok.com...",
      "https://cdn.tiktok.com..."
   ]
}