Upload a JPEG, PNG, or WEBP, fill in whichever fields you want, and get the same image back with that metadata embedded. The result downloads directly; uploaded images are kept in an internal log for abuse monitoring, not shown or used for anything else.
lossless=True so no additional compression artifacts are introduced beyond whatever the original file already had.DateTimeOriginal; GPS latitude/longitude map to the standard EXIF GPS tags — the same fields most cameras and phones set automatically, and the same fields our AI Image Scanner reads back.curl -sS -X POST https://devops.majbase.com/image-metadata/api \
-F "file=@photo.jpg" \
-F "artist=Jane Doe" \
-F "copyright=(c) 2026 Acme Ltd." \
-o photo_metadata.jpg
curl -sS -X POST https://devops.majbase.com/image-metadata/api \
-F "file=@photo.png" \
-F "datetime_original=2026-03-15T14:23:00" \
-F "gps_lat=42.6977" \
-F "gps_lon=23.3219" \
-o photo_metadata.png