Digital Asset Management

Assets Block

Centralize, transform, and deliver your digital assets at scale. Complete media library with CDN delivery, image transformations, and version control via REST API.

Global
CDN Delivery
Real-time
Transformations
All
File Types
Full
Version History

Complete Asset Management

Everything you need to manage, transform, and deliver digital assets at enterprise scale.

Media Library

Organize all your digital assets in a centralized, searchable library. Support for images, videos, documents, and any file type.

Asset Transformations

On-the-fly image resizing, cropping, format conversion, and optimization. Generate thumbnails and responsive variants automatically.

CDN Delivery

Global content delivery network for fast asset serving worldwide. Edge caching and automatic optimization for web performance.

Metadata Management

Rich metadata support with custom fields, tags, and categories. Search and filter assets by any attribute.

Version Control

Track asset versions and revisions. Rollback to previous versions and maintain complete audit history.

Access Control

Fine-grained permissions for asset access and management. Secure sharing with expiring links and watermarking.

Simple, Powerful API

Upload, transform, and deliver assets with just a few API calls. Handle complex image processing and media management effortlessly.

URL-based Transformations

Resize, crop, and convert images via URL parameters

Automatic Optimization

WebP conversion, compression, and format detection

Secure Upload

Pre-signed URLs for direct client uploads

api-example.ts
// Upload an asset
const asset = await client.assets.upload({
  file: imageFile,
  folder: 'products/summer-2024',
  tags: ['hero', 'featured'],
  metadata: {
    alt: 'Summer collection banner',
    credits: 'Photo by Studio XYZ'
  }
});

// Transform on-the-fly via URL
const thumbnailUrl = asset.url + '?w=400&h=400&fit=cover';
const webpUrl = asset.url + '?format=webp&quality=80';

// Search assets
const results = await client.assets.search({
  folder: 'products',
  tags: ['hero'],
  type: 'image'
});

Built for Every Media Need

From e-commerce product galleries to enterprise brand portals, the Assets Block powers media at any scale.

E-Commerce Product Media

Manage product images, videos, and 360-degree views. Automatic resizing for different platforms and marketplaces.

E-CommerceRetailMarketplaces

Content Publishing

Centralized media management for blogs, news sites, and content platforms. Streamline editorial workflows.

MediaPublishingMarketing

Brand Asset Management

Store and distribute brand assets including logos, guidelines, and marketing materials across teams.

BrandingAgenciesEnterprise

How It Works

Start managing assets in three simple steps

1

Upload Assets

Upload any file type directly or via pre-signed URLs. Organize with folders and tags.

2

Transform & Optimize

Resize, crop, convert formats on-the-fly via URL parameters or presets.

3

Deliver Globally

Serve assets from edge locations worldwide with automatic caching and optimization.

Ready to Manage Your Assets?

Start building your digital asset library today. Free tier available.

Stay in the loop

Get product updates, engineering posts, and new block announcements delivered to your inbox.

No spam. Unsubscribe anytime. Privacy policy.