Images
Create image
⚠️ This endpoint is in public preview.
Create an image and start a multipart upload.
post/preview/v2/images
Request body
Example request
{
"name": "my-resource-name",
"workspace": "wksp_k3R-nX9vLm7Qp2Yw5Jd8F"
}Response
Image created
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
}