Update Document
Update document metadata. Omitted fields are unchanged. An explicitly null
folder_id moves the document to root; a UUID moves it into that owned folder.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
document_id
Stable document ID.
Request
This endpoint expects an object.
title
New display title. Omit to leave unchanged.
folder_id
Omit to leave unchanged, send null to move to root, or send an owned folder UUID.
archived
Archive or restore the document. Archived documents are moved to root.
Response
This endpoint returns an object.
id
Stable document ID.
type
Document source type.
title
Display title.
status
Current document or processing status.
archived
Whether the document is archived.
created_at
Creation time.
folder_id
Containing folder, or null for root.
updated_at
Last update time, when available.
text
Visible plain text for completed text and transcript documents when available.
html
Editor-compatible HTML for completed documents when available.
Errors
400
Invalid Document
401
Authentication Error
404
Document Not Found
429
Rate Limit Error
