Create a new translation order for your uploaded video projects
Create a new translation order for your uploaded video projects. This endpoint allows you to request specific translation services such as closed captions, subtitles, dubbing, and more.
This endpoint requires API key authentication. Include your API key in the request header:
X-Api-Key
X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.
Type of the order. Available options: - cc
- Closed captions - subtitle
-
Subtitles - aiDubbing
- AI Dubbing - studioDubbing
- Studio-produced
dubbing - document
- Document translation
Service 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. Each configuration includes: -
language
(string): ISO 639-1 language code (e.g., ‘fr’, ‘es’, ‘de’) -
isRush
(boolean): Whether this language requires rush delivery 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
.
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.