/api/exif
Info
Requires authentication
GET Get exif tags for an image
Query
Field Name | Type | Description |
---|---|---|
id | number | The 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
- TheEXIF_ENABLED
is set tofalse
, 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: 5/13/2023
Edit this page on GitHub