create_movies_subtitles
Upload subtitle files to a movie in Bazarr by specifying movie ID, language, forced, and HI flags. Resolves missing or incorrect movie subtitles through direct upload.
Instructions
Upload a movie subtitles.
POST /api/movies/subtitles
Args: radarrid: Movie ID language: Language code2 forced: Forced true/false as string hi: HI true/false as string file: Subtitles file as file upload object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hi | Yes | ||
| file | Yes | ||
| forced | Yes | ||
| language | Yes | ||
| radarrid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |