Skip to main content
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 {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

folderIds
string[]
required
Array of folder IDs containing the orders to export.
targetLanguages
string[]
required
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.sheet
  • Content-Disposition: attachment; filename="bulk_export_{date}.xlsx"