v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-20129390589.6 KB
Images

Download image

⚠️ This endpoint is in public preview.

Get a presigned URL to download an image.

get/preview/v2/images/{id}/download

Path parameters

idstring required

A resource path like 'sfc:image:acme:prod:my-image' or an ID. Resource paths are human-readable but not stable - they change when resources are renamed or moved. IDs are stable and permanent.

Example:image_k3R-nX9vLm7Qp2Yw5Jd8F

Image ID, name, or resource path

Response

Download URL generated

urlstring required

Presigned download URL.

expires_atinteger required

Unix timestamp.

sha256string required

For integrity verification.

sizeinteger required

Image size in bytes.

Example response

{
  "expires_at": 1738972800,
  "sha256": "e3b0c44298fc1c149af..."
}