Skip to main content
Add public TikTok video URLs to a Cloudglue collection. TikTok videos are processed with full multimodal analysis (audio, visuals, and text).

Add on the dashboard

From the Data Connectors page, click TikTok under Other Sources. Paste one or more TikTok URLs, pick a collection, and add them.
Add TikTok videos modal

Add with the API/SDK

const result = await client.collections.addVideoByUrl({
  collectionId: 'my-collection-id',
  url: 'https://www.tiktok.com/@user/video/1234567890',
  params: {},
});
See Add Media to Collection for the full API reference.