Added
- [EkaScribe] Document management in JS SDK — The EkaScribe JS SDK now exposes
createDocument,deleteDocument, andgetChunkTranscriptmethods, enabling programmatic document lifecycle management and per-chunk transcript retrieval directly from the SDK. View docs
Improved
- [EkaScribe] Output polling parameters in JS SDK — The
pollOutputSummarymethod now acceptsdocument_idanddlpquery parameters, and the status API response type includesdocument_idanddocument_pathfields. The status API timeout has been increased from 16s to 20s for improved reliability. View docs
Updates
- EkaScribe documentation revamped — The EkaScribe docs now include a Quick Start guide with a step-by-step TypeScript SDK integration walkthrough. Integration methods are reordered to recommend SDKs first, REST APIs second, and Chrome Extension third. SDK sidebar titles use proper casing, and deprecated APIs are nested under a warning section for clarity. View docs

