/
/Bencher API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 6d ago
auth10
checkout1
oci16
  • getOCI API version check endpoint
  • getDownload a blob (GET)
  • putMonolithic upload (PUT to /v2/{name}/blobs/uploads?digest=...)
  • postStart a new blob upload (POST to /v2/{name}/blobs/uploads)
  • deleteDelete a blob (DELETE)
  • headCheck if a blob exists (HEAD) or start upload check
  • getGet upload status
  • putComplete an upload (with digest verification)
  • deleteCancel an upload
  • patchUpload a chunk of data
  • getDownload a manifest
  • putUpload a manifest
  • deleteDelete a manifest
  • headCheck if a manifest exists
  • getList referrers to a manifest
  • getList tags for a repository
organizations23
projects52
run1
runners9
server10
specs5
users13
    oci

    Check if a blob exists (HEAD) or start upload check

    head/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"

    Changes