Skip to main content
POST
/
v1
/
videos
/
subtitle
Subtitle Video File
curl --request POST \
  --url https://voice.plotweaver.app/v1/videos/subtitle \
  --header 'Content-Type: application/json' \
  --data '
{
  "file": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://plotweaver.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
file
string
required

A Public accessible URI or path string pointing to the video file.

Example:

"s3://bucket/audio/lesson_1.mp4"

source_language
enum<string>
required

The starting language (case-sensitive to your Enum)

Available options:
French,
English,
Amharic,
Swahili,
Chinese,
Japanese,
Korean,
German,
Russian,
Portuguese,
Spanish,
Italian,
Arabic,
Dutch,
Hindi,
Urdu
Example:

"English"

target_language
enum<string>
required

A String of valid Language enum values

Available options:
French,
English,
Amharic,
Swahili,
Chinese,
Japanese,
Korean,
German,
Russian,
Portuguese,
Spanish,
Italian,
Arabic,
Dutch,
Hindi,
Urdu
Examples:

"English"

"Hindu"

"Chinese"

Response

Successful Response