Metadata Medic
The provided routes offer a user-friendly experience for interacting with JPEG EXIF data! You'll find it incredibly easy to extract data as an object (read) or string (parse), remove all EXIF data (scrub), and replace EXIF data (overwrite) using Base64 encoded JPEGs. These routes are designed to be intuitive tools that empower you to manage and modify the EXIF data of your JPEGs effectively. The…
Metadata Medic endpoints
| Method | Endpoint | Description |
|---|---|---|
| PUT |
Parse /parse |
Send JPEG data in Base64 format and receive its EXIF data as a string. |
| PUT |
Scrub /scrub |
Send JPEG data in Base64 format and remove its EXIF data. |
| PUT |
Overwrite /overwrite |
Send JPEG data in Base64 format along with EXIF data in an object to replace the EXIF data in the JPEG. |
| PUT |
Read /read |
Send JPEG data in Base64 format and receive its EXIF data as an object. |
Metadata Medic pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $15 / month | 5 / minute |
|
| PRO Recommended | $35 / month | 1 / second |
|
| ULTRA | $50 / month | 1 / second |
|
| MEGA | $399 / month | 5 / second |
|