Overview
This endpoint allows you to retrieve a specific visible image using its unique identifier. You can either get the image metadata or download the actual image file.Usage Examples
Get Image Metadata
Retrieve metadata for a specific visible image:Download Image File
Download the actual visible image file:Batch Download Example
Download multiple visible images from a query result:Notes
- Image IDs are obtained from the query endpoint response
- When
download=false(default), you get JSON metadata about the image - When
download=true, you get the binary image file - Image file formats vary (JPEG, PNG, etc.) - check the
file_formatfield in metadata
Path Parameters
Unique identifier for the image
Query Parameters
Download the image file
Response
Image file or metadata
Database ID of the image record
Example:
269011
Unique identifier for the image file
Example:
"311240.CLNE.2024.152_000001-0000"
Site identifier
Example:
"CLNE"
Volcano number identifier
Example:
311240
When the image was captured
Example:
"2024-05-31T00:00:01"
Image file format
Example:
"jpg"
Relative path to the image file
Example:
"/data/vulcand/archive/imagery/visible/311240/2024/CLNE/still/152/311240.CLNE.2024.152_000001-0000.jpg"
Frame number for video sequences
Example:
0
Image quality indicator
Example:
0

