cURL
curl --request PUT \ --url https://api.example.com/api/v1/files/{file_uuid}/content \ --header 'Authorization: <api-key>'
{ "blob_sha256": "<string>", "file_uuid": "<string>", "size_bytes": 123, "status": "pending" }
Uploads file content with resumable upload support via Content-Range header
Type "Bearer" followed by a space and JWT token.
byte range for resumable upload
File UUID from initialization
OK
pending
uploading
available
tombstoned
deleted