Skip to content

Resumable upload (TUS protocol)

POST
/api/items/upload
curl --request POST \
--url https://example.com/api/items/upload \
--header 'Authorization: Bearer <token>'

TUS resumable upload endpoint. Handles the full TUS protocol (POST to create, PATCH to upload chunks, HEAD to resume). Requires OCI storage.

TUS protocol response

Storage backend does not support resumable uploads