Skip to main content
April 16, 2026
FeatureUpdate
April 16, 2026

Added

  • [EkaScribe] Document management in JS SDK — The EkaScribe JS SDK now exposes createDocument, deleteDocument, and getChunkTranscript methods, 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 pollOutputSummary method now accepts document_id and dlp query parameters, and the status API response type includes document_id and document_path fields. The status API timeout has been increased from 16s to 20s for improved reliability. View docs
April 13, 2026
Update
Week of April 8–13

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