Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Uploaded part

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A chunk of a file uploaded as part of an upload session, as returned by some endpoints.

The representation of an upload session chunk.

Response Example

{
  "part": {
    "offset": 16777216,
    "part_id": "6F2D3486",
    "sha1": "134b65991ed521fcfe4724b7d814ab8ded5185dc",
    "size": 3222784
  }
}