Get EXIF data.
POST/image/exif
Get EXIF data.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
urlstring
The image URL
bufferstring
The image as a Base64-encoded buffer. Can be specified instead of url
.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
exifDatarequired
The EXIF data of the image. For details, see https://exiv2.org/tags.html.
{}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}