象寄科技 www.xiangjifanyi.com
{
"video_url": "string",
"video_urls": [
"string"
],
"source_language": "CHS",
"target_language": "AR",
"subtitle_options": {
"font_name": "string",
"font_size": 0,
"font_color": "string",
"bold": true,
"italic": true,
"text_align": "string",
"line_spacing": 0,
"stroke_color": "string",
"stroke_width": 0,
"shadow_color": "string",
"shadow_offset_x": 0,
"shadow_offset_y": 0,
"shadow_blur_radius": 0,
"background_color": "string",
"background_horizontal_padding": 0,
"background_vertical_padding": 0,
"background_corner_radius": 0,
"background_alpha": 0,
"area_center_to_left": 0,
"area_center_to_top": 0,
"area_max_width": 0,
"area_max_height": 0
},
"dubbing_options": {
"gender": "Male",
"name": "string",
"style": "chat",
"volume": 0
},
"bgm_options": {
"mode": "random",
"style": "fashion",
"volume": 0
},
"inpainting_options": {
"disabled": true
},
"grouping": true,
"title": "string"
}curl --location --request POST 'https://api.tosoiot.com/task/v1/video/translate-speech' \
--header 'X-API-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "string",
"video_urls": [
"string"
],
"source_language": "CHS",
"target_language": "AR",
"subtitle_options": {
"font_name": "string",
"font_size": 0,
"font_color": "string",
"bold": true,
"italic": true,
"text_align": "string",
"line_spacing": 0,
"stroke_color": "string",
"stroke_width": 0,
"shadow_color": "string",
"shadow_offset_x": 0,
"shadow_offset_y": 0,
"shadow_blur_radius": 0,
"background_color": "string",
"background_horizontal_padding": 0,
"background_vertical_padding": 0,
"background_corner_radius": 0,
"background_alpha": 0,
"area_center_to_left": 0,
"area_center_to_top": 0,
"area_max_width": 0,
"area_max_height": 0
},
"dubbing_options": {
"gender": "Male",
"name": "string",
"style": "chat",
"volume": 0
},
"bgm_options": {
"mode": "random",
"style": "fashion",
"volume": 0
},
"inpainting_options": {
"disabled": true
},
"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"
}
]
}
}