Create Order
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.
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
You can obtain your API key from your Ollang dashboard.
Body Parameters
Type of the order, either closed captions (cc) or subtitles.
Level of complexity or tier of the service requested.
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.
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.