Skip to main content

Media Types

TypeDescriptionCommon Use CasesFile Extensions
User profile pictures and personal imagesProfile photos, user avatars, headshots.jpg, .png, .gif, .webp
Company and brand logosBrand identities, company logos, icons.png, .svg, .jpg, .webp
Header and banner imagesWebsite headers, promotional banners, covers.jpg, .png, .webp, .svg
Text-based documents and filesPDFs, reports, contracts, presentations.pdf, .doc, .docx, .ppt, .txt
General images and photographsPhotos, illustrations, graphics, artwork.jpg, .png, .gif, .webp, .svg
Video files and recordingsPromotional videos, tutorials, recordings.mp4, .avi, .mov, .webm, .mkv
Audio files and recordingsMusic, podcasts, voice recordings.mp3, .wav, .aac, .ogg, .flac
Small icons and symbolsUI icons, favicons, small graphics.png, .svg, .ico, .webp
Preview and thumbnail imagesVideo thumbnails, image previews, gallery.jpg, .png, .webp
General 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"
}