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 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)
  • Loom - public Loom share URLs (multimodal)
  • Data connector URIs — connector-specific URIs like gdrive://file/<id>, s3://<bucket>/<path>, etc.