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

Schemas


GPS

Decimal GPS coordinates extracted from the image, or null when absent.
latitude
​number
longitude
​number
altitude
​number | null

Dimensions

Pixel dimensions read from the EXIF data.
width
​integer | null
height
​integer | null

ExifResult

Normalized metadata envelope. Top-level fields are null when the corresponding tag is missing.
found
​boolean · required
make
​string | null
model
​string | null
lens
​string | null
software
​string | null
datetime
​string | null
​
iso
​integer | null
f_number
​number | null
exposure_time
​number | null
focal_length
​number | null
​
​Dimensions

Pixel dimensions read from the EXIF data.

gps
​GPS

Decimal GPS coordinates extracted from the image, or null when absent.

​object

Full sanitized exifr parse output (Dates ISO-stringified, binary dropped).

NotFound

Returned when the image carries no readable metadata.
found
​boolean · required

Error

error
​string · required
detail
​string | null
On this page
  • GPS
  • Dimensions
  • ExifResult
  • NotFound
  • Error