Ollang API Reference
Bulk Export Folders XLSX
Export video timestamps, transcriptions, and translations for multiple folders as a multi-sheet XLSX spreadsheet
POST
Returns an XLSX spreadsheet with one sheet per order/language combination for all orders in the specified folders. Each sheet contains segment data (timecodes, source transcription, translated text).
The spreadsheet contains the following columns per sheet:
Sheet names follow the pattern
| 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) |
{OrderName} - {targetLanguage} (max 31 characters).
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
Body Parameters
Array of folder IDs containing the orders to export.
Array of target language codes to include in the 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="bulk_export_{date}.xlsx"