{
"video_url": "string",
"source_lang": "zh-cn",
"target_lang": "en",
"enable_compression": true,
"erase_source_subtitle": false,
"callback_url": "string",
"attach": "{\"task_id\":\"100000\",\"project_id\":\"100100\"}"
}
curl --location --request POST 'https://api.jowo.ai/v1/video/translate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "string",
"source_lang": "zh-cn",
"target_lang": "en",
"enable_compression": true,
"erase_source_subtitle": false,
"callback_url": "string",
"attach": "{\"task_id\":\"100000\",\"project_id\":\"100100\"}"
}'
{
"code": 0,
"message": "success",
"task_id": "VI20141225135026",
"request_id": "6087d29a-4161-49d0-af2f-c8f6edcc54a3"
}