Skip to main content
POST
Persist a user-edited document (non-AI autosave).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Path Parameters

session_id
string
required
document_id
string
required

Body

application/json

Body for the human-edit autosave.

html
string
required
page_setup
Page Setup · object | null
window_id
string | null
base_html
string | null
touched_chunk_ids
string[] | null
deleted_part_chunk_ids
string[] | null

Response

Successful Response