v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-1194110197.0 KB
E2E Encryption

Push encrypted sync chunks

Upload encrypted chunks with vectors and blind index tokens. Used by desktop adapters after running buildE2ESyncBatch(). The server never sees plaintext — only ciphertext, embedding vectors, and HMAC tokens.

post/daemon/e2e/sync

Request body

local_folder_idstring required

ID of the local folder source to sync to

Response

Successful Response

chunks_acceptedinteger required

Number of chunks successfully stored

chunks_rejectedinteger required

Number of chunks rejected (duplicates or errors)

cursorstring nullable

Updated sync cursor

All 94 operations