Upload a chunk
Upload a chunk
Append the next chunk of bytes. The asset moves to processing once the final chunk
lands, then to ready (or pending_payment) once Roughy finishes preparing it.
PATCH
Upload a chunk
Authorizations
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Headers
Byte offset this chunk starts at. Must equal the current server-side offset; a mismatch returns 409 (call HEAD to discover the true offset).
Size of the chunk body in bytes.
Must be application/offset+octet-stream.
TUS protocol version. Must be 1.0.0.
Path Parameters
Identifier of the upload.
Response
Chunk accepted. The new offset is returned as a response header.