Caption Legal Adaptation & Compliance

Automatically adapt captions to meet legal standards, ensuring regulatory compliance and professional formatting for all video content.

Caption Legal Adaptation & Compliance

Automated formatting and validation against legal captioning standards.

<?xml version="1.0"?>
<query>
    <userid>[UserID]</userid> <!-- required -->
    <userkey>[UserKey]</userkey> <!-- required -->
    <action>[Action]</action> <!-- required -->
    <source>[SourceFile]</source> <!-- required -->
    <format>
        <output>closed_captions</output> <!-- required-->
        <legalize> 
            <mode>[cea-608|teletext|custom]</mode> 
            <max_line_count>[MaxLineCount]</max_line_count> 
            <max_line_length>[MaxLineLength]</max_line_length> 
        </legalize>
        <type>[srt|scc|webvtt|ttml|stl]</type>
    </format>
</query>
{
  "query": {
    "userid": "[UserID]", // required
    "userkey": "[UserKey]", // required
    "action": "[Action]", // required
    "source": "[SourceFile]", // required
    "format": {
      "output": "closed_captions",
      "legalize": {
        "mode": "[cea-608|teletext|custom]",
        "max_line_count": "[MaxLineCount]",
        "max_line_length": "[MaxLineLength]",
      },
      "type": "[srt|scc|webvtt|ttml|stl]"
    }
  }
}
ParameterDescriptionAllowed ValuesDefault Value
modeCEA-608: 4 lines and 32 characters per item, Teletext: 4 lines and 37 characters, Custom: custom number of lines and characterscea-608, teletext, customnone
max_line_countMax line countPositive integernone
max_line_lengthMax line lengthPositive integernone
🚧

Supported output formats for legalization:

SRT, SCC, WebVTT, TTML, STL.