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 Loom video URLs to a Cloudglue collection. Loom videos are processed with full multimodal analysis (audio, visuals, and text).
Only Loom videos with general access set to public can be uploaded to Cloudglue. Videos with general access set to workspace only or restricted will fail on upload.

Add on the dashboard

From the Data Connectors page, click Loom under Other Sources. Paste one or more public share Loom URLs, pick a collection, and add them.

Add with the API/SDK

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