Skip to main content
PUT
JavaScript

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

Product Collection Id

Parámetros de consulta

force_update
boolean | null

If true, generates a new image ID to force cache invalidation

Respuesta

Aws s3 presigned URL. Upload image to this URL within 60s

url
string
requerido

Presigned S3 URL for uploading the image

image_id
string<uuid> | null

Optional image ID (present when force_update is true)

Última modificación el 22 de mayo de 2026