> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.ollang.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Order Types

> Complete list of order types available in the Ollang API for different content processing services

Get information about all available order types in the Ollang system. Each order type represents a different service offering for content processing and localization.

## Order Type Categories

The following table shows all available order types and their descriptions:

| Index | Type          | Description                                                                                                                                                                                                                                                                |
| ----- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1     | cc            | Closed Captions — generate accessible captions or timecoded transcription for video content.                                                                                                                                                                               |
| 2     | subtitle      | Subtitle Translation — translate timed dialogue and subtitle assets, export to SRT / VTT / ASS / STL / SCC / DFXP / ITT / DOCX / XLSX.                                                                                                                                     |
| 3     | document      | Document Translation — text documents (DOCX, PDF, PPTX, XLSX, HTML, JSON, DITA, XLIFF, mobile strings, AE projects) **and Visual Translation** via JPEG / JPG / PNG (image-to-image) uploaded through [Direct File Upload](/apis/ollang-api-reference/direct-file-upload). |
| 4     | aiDubbing     | AI Dubbing — automated voice dubbing. Use the `dubbingStyle` field to pick `overdub`, `lipsync`, or `audioDescription`.                                                                                                                                                    |
| 5     | studioDubbing | Studio Dubbing — coordinate professional dubbing through external studios (vocals, M\&E, final mix).                                                                                                                                                                       |

<Note>
  **Visual Translation** and **Website Translation** are product
  capabilities, not separate enum values. Visual Translation runs
  through `document` when the source is an image; Website Translation
  runs through `document` on extracted i18n strings, or via the
  [SDK Browser SDK](/sdk/features#browser-sdk) for live CMS capture.
</Note>
