{"uid":"cap_mmJEReb6nHT-rtQkDK-5E","slug":"utilsforagents-com-6d677105","name":"EXIF Metadata Extractor","description":"Extract EXIF metadata from a JPEG image. Returns structured fields including camera make/model, GPS coordinates, timestamp, aperture, shutter speed, ISO, and more. Useful for reading location data from photos, auditing camera settings, or checking what metadata is embedded in an image. Send the image as a raw binary body (Content-Type: image/jpeg) or multipart/form-data with field name 'file'. Max 5 MB.","url":"https://utilsforagents.com/v1/image/exif-summary","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"file":{"type":"string","description":"JPEG image binary (up to 5 MB). Send as multipart/form-data with field name 'file', or as a raw binary body with Content-Type: image/jpeg."}}},"responseSchema":{"type":"json","example":{"ok":true,"exif":{"gps":{"latitude":37.7749,"longitude":-122.4194},"make":"Apple","model":"iPhone 15 Pro"},"processingTimeMs":1.2}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm__fHU3WRJXBAHPjVqo50c7","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts structured EXIF metadata from a JPEG image, returning camera settings, GPS coordinates, timestamps, and more.","exampleAgentPrompt":"Can you pull the EXIF metadata out of this JPEG photo? I want to see the GPS coordinates, the timestamp, and the camera make and model.","exampleUseCases":null,"resultDescription":"Returns structured EXIF metadata fields including camera make/model, GPS coordinates (latitude/longitude), capture timestamp, aperture (f-stop), shutter speed, ISO, and other embedded metadata from the JPEG image.","failureModes":["Image exceeds 5 MB limit — rejected with file size error","Non-JPEG file format submitted — returns unsupported format error","Image has no EXIF data embedded — returns empty or null fields","Malformed or corrupt JPEG binary — returns parse error","Missing or incorrect Content-Type header — returns bad request error"],"whenToPreferThis":"Use this endpoint when you need to read metadata already embedded in a JPEG image, such as extracting GPS location, camera model, or shooting settings. Prefer this over generic image analysis when you specifically need structured EXIF/camera metadata rather than visual content recognition. Complementary to the EXIF-stripping endpoint on the same service when you need to inspect before cleaning.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T00:35:55.288Z","isFirstParty":false}