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
| Type | Contents |
|---|---|
| STICKER | Image and animated stickers |
| MUSIC | Licensed and royalty-free tracks |
| FONT | Bundled font files |
| EFFECT | Visual effect packages (shader scene graphs) |
| FILTER | Color-grading LUTs and filter packages |
| TRANSITION | Transition effect packages |
| TEXT | Text 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?
