{
"subtitle": {
"segments": [
{
"end": 0,
"start": 0,
"text": "string",
"words": [
{
"end": 0,
"score": 0,
"start": 0,
"word": "string"
}
]
}
]
},
"model": "string",
"src_lang": "string",
"tgt_lang": "string"
}
curl --location --request POST 'https://api.302.ai/302/vt/subtitle/translate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"subtitle": {
"segments": [
{
"end": 0,
"start": 0,
"text": "string",
"words": [
{
"end": 0,
"score": 0,
"start": 0,
"word": "string"
}
]
}
]
},
"model": "string",
"src_lang": "string",
"tgt_lang": "string"
}'
{
"task_id": "string"
}