Box Developer Documentation

Upload URL

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

The details for the upload session for the file.

Pc3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQP

An optional access token to use to upload the file

string
https://upload-las.app.box.com/api/2.0/files/content?upload_session_id=1234

A URL for an upload session that can be used to upload the file.

Response Example

{
  "upload_token": "Pc3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQP",
  "upload_url": "https://upload-las.app.box.com/api/2.0/files/content?upload_session_id=1234"
}