Upload file chunk
Upload a chunk of the file starting at the specified offset
PATCH
/
files
/{uploadId}
Authorization
Authorization
RequiredBearer <token>
JWT token for authentication
In: header
X-API-Key
<token>
Optional API key for authentication
In: header
Request Body
application/offset+octet-stream
Requiredbody
Requiredstring
Format:
"binary"
Header Parameters
Upload-Offset
Requiredstring
Starting offset of the chunk
Content-Type
Requiredstring
Value in:
"application/offset+octet-stream"
Tus-Resumable
Requiredstring
Value in:
"1.0.0"
Path Parameters
uploadId
Requiredstring
Unique identifier for the upload
Chunk uploaded successfully
Edit on GitHub
Last updated on