LynCutLynCut

Catalog API

Catalog API

Browse and resolve the LynCut asset catalog — stickers, music, fonts, effects, filters, transitions, and text presets served from CDN.

The catalog exposes every published creative asset in LynCut — the same library the editor's panels read from. All catalog endpoints are public: no API key required, responses are CDN-cacheable, and media resolves to signed R2 URLs.

Public endpoints

Catalog reads need no authentication. Rate limits still apply per IP — cache responses client-side where possible.

Asset types

TypeContents
STICKERImage and animated stickers
MUSICLicensed and royalty-free tracks
FONTBundled font files
EFFECTVisual effect packages (shader scene graphs)
FILTERColor-grading LUTs and filter packages
TRANSITIONTransition effect packages
TEXTText style and title presets

Delivery model

  • Metadata — GET /v1/assets returns catalog entries (id, name, category, mime, preview).
  • Resolve — GET /v1/assets/resolve?id=... 302-redirects to the CDN URL for the asset's preview/media file.
  • Package — GET /v1/assets/package?id=... returns the full downloadable package manifest.
  • Versioning — pass version to pin a specific asset revision; omit for latest.

Was this page helpful?