象寄科技 www.xiangjifanyi.com
{
"video_url": "string",
"video_urls": [
"string"
],
"source_language": "CHS",
"target_language": "AR",
"dubbing_options": {
"gender": "Male",
"style": "chat",
"volume": 0
},
"bgm_options": {
"mode": "random",
"style": "fashion",
"volume": 0
},
"grouping": true,
"title": "string"
}
curl --location --request POST 'https://api.tosoiot.com/task/v1/video/translate-text' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "string",
"video_urls": [
"string"
],
"source_language": "CHS",
"target_language": "AR",
"dubbing_options": {
"gender": "Male",
"style": "chat",
"volume": 0
},
"bgm_options": {
"mode": "random",
"style": "fashion",
"volume": 0
},
"grouping": true,
"title": "string"
}'
{
"code": 0,
"data": {
"results": [
{
"code": 0,
"message": "string",
"task_id": "string",
"type": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
}
],
"groups": [
{
"group_id": 0,
"user_id": 0,
"type": "string",
"status": "string",
"title": "string",
"cover_image_url": "string",
"cover_video_url": "string",
"task_ids": [
"string"
],
"task_count": 0,
"meta": {
"source_language": "string",
"target_language": "string"
},
"created_at": "string"
}
]
}
}