Tool to create new subtitles for a video in a specific language. Accepts subtitle data in multiple formats (SRT, VTT, DFXP, etc.) either as a string or via URL. The subtitle language must already exist for the video - use create_subtitle_language first if needed. Use when you ne…
titlestringOptional title or description for this subtitle version.
actionstringOptional action type for the subtitle creation.
metadataobjectOptional metadata object to attach to the subtitles.
video_idRequiredstringThe Amara video ID to add subtitles to. Obtain this from list_videos or view_video_details actions.
subtitlesstringSubtitle content as a string in the format specified by sub_format. For SRT format, use the standard format with numbering, timestamps, and text. Provide either this field or subtitles_url, but not both.
sub_formatRequiredstringThe format of the subtitle data being provided. Must match the format of the data in subtitles or at subtitles_url.
descriptionstringOptional description for this subtitle version.
language_codeRequiredstringISO 639-1 two-letter language code for the subtitle language (e.g., 'en' for English, 'de' for German, 'fr' for French). The language must already exist for this video - use create_subtitle_language first if needed.
subtitles_urlstringURL to a subtitle file to import. Provide either this field or subtitles, but not both. The file at the URL must be accessible and in the format specified by sub_format.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.