curl --request GET \
--url https://api.sfcompute.com/v1/vms/images/{image_id}{
"object": "image",
"download_url": "<string>",
"expires_at": "<string>",
"image_id": "<string>",
"name": "<string>",
"sha256_hash": "<string>",
"object_size": 1
}Get the download URL for a VM image by ID
curl --request GET \
--url https://api.sfcompute.com/v1/vms/images/{image_id}{
"object": "image",
"download_url": "<string>",
"expires_at": "<string>",
"image_id": "<string>",
"name": "<string>",
"sha256_hash": "<string>",
"object_size": 1
}VM image ID
Response body for image download presigned URL generation
image "image"
The presigned URL that can be used to download the image
Timestamp when the presigned URL expires (RFC 3339 format)
The image ID
Human readable name of the image. Must be unique per account.
SHA256 hash of the image file for integrity verification
Size of the image file in bytes
x >= 0