Skip to main content
Add any publicly accessible video directly to a Cloudglue collection by passing its URL.

Add with the API/SDK

const result = await client.collections.addVideoByUrl({
  collectionId: 'my-collection-id',
  url: 'https://example.com/video.mp4',
  params: {},
});
The video will be added to Cloudglue and can be processed with full multimodal analysis (audio, visuals, and text). See Add Media to Collection for the full API reference.

Supported URL types

Cloudglue supports several URL types:
  • Direct video URLs — any public URL pointing to a video file (e.g. https://example.com/video.mp4)
  • YouTube URLs — public YouTube video URLs (audio-only processing)
  • TikTok URLs — public TikTok video URLs (full multimodal)
  • Data connector URIs — connector-specific URIs like gdrive://file/<id>, s3://<bucket>/<path>, etc.