v44

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

Get upload part URL

⚠️ This endpoint is in public preview.

Get a presigned URL to upload one part of a multipart image upload.

post/preview/v2/images/{id}/parts

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

Request body

part_idinteger required

Caller-assigned part number, starting at 1.

Response

Upload URL generated

urlstring required

Presigned URL to upload the part.

expires_atinteger required

Unix timestamp.

Example response

{
  "expires_at": 1738972800
}