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

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

orderId
string
required
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.sheet
  • Content-Disposition: attachment; filename="{OrderName}_{targetLanguage}.xlsx"