Images
Publish image
⚠️ This endpoint is in public preview.
Publish an image, making it publicly visible to all users. Requires admin permissions. The image must belong to the caller's account and have a completed upload.
post/preview/v2/admin/images/{id}/publish
Path parameters
idstring required
Example:image_k3R-nX9vLm7Qp2Yw5Jd8F
Image ID
Response
Image published
Example response
{
"id": "image_k3R-nX9vLm7Qp2Yw5Jd8F",
"resource_path": "sfc:image:<account_id>:<workspace>:<name>",
"owner": "my-resource-name",
"workspace": "my-resource-name",
"name": "my-resource-name",
"object": "image",
"created_at": 1738972800
}