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
- Format:
X-Api-Key: your-api-key-here
Body Parameters
Type of the order. Available options: -
cc
- Closed captions - subtitle
-
Subtitles - aiDubbing
- AI Dubbing - studioDubbing
- Studio-produced
dubbing - document
- Document translationService level for the order. Level 0 means full AI generated and Level 1 is
Human Review added version.
Unique identifier of the project this order belongs to. This should be a
project ID from a previous video upload.
Array of target language configurations. At least one target language
configuration is required.
Subtype of the order, specific to closed captions or transcription types. Must
be one of:
closedCaption
or timecodedTranscription
.Style of dubbing for audio orders. Must be one of:
overdub
, lipsync
, or
audioDescription
.Response
Array of created order IDs. Each target language configuration creates a
separate order, so you’ll receive multiple order IDs if you specified multiple
target languages.