Ollang API Reference
Export Order XLSX
Export video timestamps, transcriptions, and translations for a single order as an XLSX spreadsheet
GET
Returns an XLSX spreadsheet containing segment data (timecodes, source transcription, translated text) for the given order. The target language is resolved automatically from the order.
The spreadsheet contains the following columns:
| Column | Description |
|---|---|
| SR NO | Sequential row number |
| TCR | Timecode (start timestamp) |
| SPEAKER | Speaker name |
| DIALOGUES | Source transcription text |
| Target Language | Translated text (column header is the target language code) |
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:- Header name:
X-Api-Key - Header value: Your API key from the Ollang dashboard
Path Parameters
The unique identifier of the order to export.
Response
The response is a binary XLSX file download. The response headers include:Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheetContent-Disposition: attachment; filename="{OrderName}_{targetLanguage}.xlsx"