app-key: ********************{
"episodes": [
{
"property1": "string",
"property2": "string"
}
],
"target_languages": [
"string"
],
"translation_profile": "standard",
"source_language": "string",
"translation_style": "string",
"rendering_options": {
"property1": "string",
"property2": "string"
},
"frame_rate": "string",
"bitrate": "string",
"resolution": "string",
"ocr_mode": "string",
"subtitle_position": "string",
"removal_mode": "string",
"callback_url": "string",
"callback_data": "string",
"async_mode": true
}curl --location 'https://api.jieshuo.cn/v1/workflows/video-translation' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"episodes": [
{
"property1": "string",
"property2": "string"
}
],
"target_languages": [
"string"
],
"translation_profile": "standard",
"source_language": "string",
"translation_style": "string",
"rendering_options": {
"property1": "string",
"property2": "string"
},
"frame_rate": "string",
"bitrate": "string",
"resolution": "string",
"ocr_mode": "string",
"subtitle_position": "string",
"removal_mode": "string",
"callback_url": "string",
"callback_data": "string",
"async_mode": true
}'{
"code": 10000,
"message": "Success",
"data": {
"execution_id": "string",
"workflow_type": "string",
"status": "string",
"message": "string",
"estimated_points": 0
}
}