Skip to main content
POST
Request subtitle embedding for an existing order. This endpoint triggers the process of burning (hardcoding) the translated subtitles directly into the video file. The resulting video will have the subtitles permanently embedded as part of the video stream.

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.

Path Parameters

string
required
The unique identifier of the order for which you want to embed subtitles. The order must be in a completed or delivered state with available subtitle files.

Response

boolean
required
Indicates whether the subtitle embedding request was initiated successfully.
string
required
A message describing the result of the subtitle embedding request.
string
The ID of the order for which subtitle embedding was requested.