Utility1 credit / call
GET /api/v1/tools/image/metadataImage Metadata
Extract EXIF, dimensions, dominant color, channel stats
Extract complete metadata from any image: dimensions, DPI, colorspace, alpha channel, dominant color (RGB + hex), per-channel statistics (mean, std dev), EXIF availability flag, and ICC profile flag. Available as GET with image_url or POST multipart.
How it works
Reads image headers and pixel data via Sharp. For GET requests, fetches the image from the URL. For POST, accepts a multipart upload. Returns structured JSON metadata.
What you could build
AssetInspect
Validate image specs before accepting user uploads
$500–$2K MRR
est. MRR
ColorDB
Extract dominant colors for auto-palette generation
$1K–$3K MRR
est. MRR
MediaAudit
Bulk audit image library for resolution and format compliance
$1K–$3K MRR
est. MRR
Parameters
image_urlrequiredPublic URL of image to analyse· e.g.
https://example.com/photo.jpgimageoptionalImage file as alternative to URL· e.g.
photo.jpgExample request
Example response
Ready to use Image Metadata?
Free plan — 100 calls/month, no credit card.