Skip to main content

Media Types

TypeDescriptionCommon Use CasesFile Extensions
avatarUser profile pictures and personal imagesProfile photos, user avatars, headshots.jpg, .png, .gif, .webp
logoCompany and brand logosBrand identities, company logos, icons.png, .svg, .jpg, .webp
bannerHeader and banner imagesWebsite headers, promotional banners, covers.jpg, .png, .webp, .svg
documentText-based documents and filesPDFs, reports, contracts, presentations.pdf, .doc, .docx, .ppt, .txt
imageGeneral images and photographsPhotos, illustrations, graphics, artwork.jpg, .png, .gif, .webp, .svg
videoVideo files and recordingsPromotional videos, tutorials, recordings.mp4, .avi, .mov, .webm, .mkv
audioAudio files and recordingsMusic, podcasts, voice recordings.mp3, .wav, .aac, .ogg, .flac
iconSmall icons and symbolsUI icons, favicons, small graphics.png, .svg, .ico, .webp
thumbnailPreview and thumbnail imagesVideo thumbnails, image previews, gallery.jpg, .png, .webp
attachmentGeneral file attachmentsSpreadsheets, archives, misc files.xlsx, .zip, .csv, .json, .xml

Usage Examples

Example 1: User Avatar

{
  "file_name": "profile_photo.jpg",
  "media_type": "avatar",
  "file_size": 245760,
  "dimensions": "512x512",
  "mime_type": "image/jpeg"
}
{
  "file_name": "company_logo.svg",
  "media_type": "logo", 
  "file_size": 15840,
  "mime_type": "image/svg+xml"
}

Example 3: Marketing Banner

{
  "file_name": "campaign_banner.png",
  "media_type": "banner",
  "file_size": 892160,
  "dimensions": "1920x1080",
  "mime_type": "image/png"
}
I