Overview

The Allternit Office Engine exposes document processing capabilities behind a small HTTP service. It parses DOCX and PPTX files, extracts plain text, converts supported formats to Markdown, and reads or recalculates XLSX workbooks through a Rust sidecar.

Base URL

Local development:
When mounted behind the Allternit platform gateway:

Endpoints

JSON examples

Parse a DOCX file

Response:

Convert a file to Markdown

Response:

Recalculate an XLSX workbook

Response:

Error codes