oci
Start a new blob upload (POST to /v2/{name}/blobs/uploads)
Authentication is optional for unclaimed projects. If the project's organization is claimed, valid authentication with Create permission is required. If the project doesn't exist and a slug is used, the project will be created automatically.
post/v2/{name}/blobs/{ref}
Path parameters
namestring required
Project resource ID (UUID or slug)
refstring required
Reference - either a digest (e.g., "sha256:abc123...") or "uploads"
Query parameters
digeststring nullable
Digest of blob to mount from another repository
fromstring nullable
Source repository for cross-repo mount