Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.