API CodexAPI Codex
WebsiteDashboardGet API Key
  • Documentation
  • All APIs
  • Changelog
Resources
  • Docs Home
  • API Catalog
  • API Codex Website
Platform
  • Get a free API key
  • Dashboard
  • APIs & Pricing

© 2026 API Codex. All rights reserved.

Information
Other endpoints
    Extract metadata from an image URLgetExtract metadata from a raw image body or a JSON { url }post
Schemas
powered by Zudoku
EXIF / Image Metadata Extraction API

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.

Get a free API key at dash.apicodex.io.

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
Servers
https://api.apicodex.io/exif

API Codex