API Reference/api/exif

/api/exif

Info

GET
Get exif tags for an image

Query

Field NameTypeDescription
idnumberThe id of the image to get

200
Ok (JSON)

Returns a JSON object with the tag name as the key and the tag value as the value.

{
"Tag": "Value",
...
}

401
Forbidden (JSON)

  • exif disabled - The EXIF_ENABLED is set to false, therefore you cannot access this resource.

404
Not Found (JSON)

  • image not found - The image you are trying to access does not exist, or you do not own the image.
  • image not found on fs - The image you are trying to access does not exist on the file system (local datasource).
Last updated: 8/4/2023
Edit this page on GitHub