v1
Check processing status of all attachments in a session.
Returns each attachment’s processing state (pending/processing/completed/failed) plus extracted text length and chunk count once ready. Poll this after upload_attachment_base64 to know when an attachment becomes queryable by the AI. Surfaces processing errors with actionable messages.
GET
Check processing status of all attachments in a session.
Previous
Upload Document To EditorUpload a document file and load it into the editor.
Converts the file to HTML with formatting preserved (tables, colors, images).
Images are extracted to cloud storage and referenced by URL.
Returns the HTML for the frontend editor to display.
AI indexing happens automatically on the first chat message.
For API clients who want immediate indexing, pass ?index=true.
Next
Check processing status of all attachments in a session.

