Media Management

Upload, organize, and manage images, videos, documents, and other media assets for your content in Meshbase.

Media Library

The Media Library is your central hub for managing all media assets. Access it from the main navigation to upload, organize, and browse your files.

💡 Tip: All uploaded media is automatically optimized and served via CDN for fast delivery.

Uploading Media

Via Media Library

Navigate to Media Library and click "Upload" or drag and drop files directly into the interface.

Via Content Editor

When editing content with media fields, click the media field to upload files directly or select from existing media.

Via API

Upload media programmatically using the upload endpoint:

POST https://api.meshbase.io/v1/upload
Content-Type: multipart/form-data

// Form data with file field
files: [file1, file2, ...]

Supported File Types

Images

  • JPEG / JPG
  • PNG
  • GIF
  • WebP
  • SVG

Videos

  • MP4
  • WebM
  • MOV
  • AVI

Documents

  • PDF
  • DOC / DOCX
  • XLS / XLSX
  • TXT

Other

  • ZIP
  • JSON
  • CSV

Organizing Media

Folders

Create folders to organize your media files by category, project, or any structure that works for you.

Search & Filter

Use the search bar to find files by name, or filter by file type, upload date, or folder.

Metadata

Add alt text, captions, and custom metadata to your media files for better organization and SEO.

Best Practices

  • Use descriptive file names before uploading
  • Optimize images before upload to reduce file size
  • Always add alt text to images for accessibility and SEO
  • Organize files in folders from the start
  • Delete unused media to keep your library clean
  • Use appropriate file formats (WebP for images, MP4 for videos)