EXIF / Image Metadata Extraction API
Extract EXIF, TIFF, IFD0 and GPS metadata from images supplied either as a raw binary upload or by URL. Powered by the exifr library running on Cloudflare Workers, the API reads embedded metadata from JPEG, PNG, HEIC, TIFF and WebP images and returns a clean, predictable JSON envelope.
Every response is normalized: you always get the same top-level fields (null when a tag is missing) — camera
make and model, lens, capturing software, ISO, aperture, shutter speed, focal length, flash status, pixel
dimensions and the original capture timestamp — plus a full raw object containing the complete parsed tag set.
Decimal GPS latitude, longitude and altitude are included when present.
Subscribe on RapidAPI
Features:
- Two input modes: analyze an image by URL or POST the raw bytes directly
- EXIF, TIFF, IFD0 and GPS extraction in a single call
- Decimal GPS coordinates ready to plot on a map
- Built-in SSRF guard, 15MB size cap and configurable fetch timeout
- Images are parsed in-memory and never stored