EXIF API
The EXIF API makes it easy to extract metadata embedded in images. By analyzing the EXIF (Exchangeable Image File Format) data, the API reveals valuable details such as camera model, lens type, exposure settings, resolution, geolocation, and date/time information. Whether you’re a developer, photographer, or working on a security or compliance project, this API helps you uncover hidden…
EXIF API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
API documentation /api/docs |
Retrieve the API documentation. This endpoint returns detailed usage instructions, supported parameters, and example requests for the EXIF API. |
| GET |
Get EXIF tags reference /api/exif/tags |
Retrieve a list of supported EXIF tags. This endpoint returns a reference guide of available EXIF tags with their names, descriptions, and possible values. |
| POST |
Inject EXIF data into image /api/exif/inject |
Add or modify EXIF metadata in an image. This endpoint allows you to inject custom EXIF tags (e.g., author, copyright, GPS data) into an image file or update existing metadata. |
| POST |
Extract EXIF data from image /api/exif/extract |
Extract metadata from an image. This endpoint analyzes an uploaded image or image URL and returns its EXIF data, including camera details, geolocation, timestamps, and technical… |
| POST |
Remove EXIF data from image /api/exif/remove |
Remove metadata from an image. This endpoint strips all EXIF data (such as camera info, geolocation, and timestamps) from an image, returning a clean file without embedded… |