Smart Localization for Visual Commerce. WWW.PICLAZA.COM
{
"task_ids": [
"string"
]
}
curl --location --request POST 'https://api.piclaza.com/task/v1/video/remove-text/result' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_ids": [
"string"
]
}'
{
"code": 0,
"message": "string",
"data": {
"results": [
{
"code": 0,
"message": "string",
"task_id": "string",
"type": "string",
"video_info": {
"version": 0,
"options": {
"source_language": "string",
"target_language": "string",
"resolution": "string",
"subtitle_options": {
"disable": true,
"font_name": "string",
"font_size": 0,
"bold": true,
"italic": true,
"text_color": "string",
"background_color": "string",
"stroke_width": 0,
"stroke_color": "string",
"shadow_x": 0,
"shadow_y": 0,
"shadow_range": 0,
"shadow_color": "string"
},
"dubbing_options": {
"gender": "Male",
"style": "chat",
"locale": "string",
"name": "string",
"rate": 0,
"pitch": 0,
"volume": 0
},
"bgm_options": {
"mode": "random",
"name": "string",
"style": "fashion",
"volume": 0,
"audio": "string"
},
"trim_options": {
"start_time": "string",
"end_time": "string"
},
"mirror": true,
"text_removal_video": "string"
},
"meta": {
"title": "string",
"filename": "string",
"duration": 0,
"width": 0,
"height": 0,
"cover_image": "string",
"thumbnail_video": "string",
"original_video": "string",
"original_audio": "string"
},
"text_removal_video": "string",
"translated_video": "string",
"dubbing_audio": {
"audio": "string",
"start_time": "string",
"end_time": "string",
"volume": 0
},
"bgm_audio": {
"audio": "string",
"start_time": "string",
"end_time": "string",
"volume": 0
},
"subtitles": [
{
"sid": 0,
"disabled": 0,
"original_text": "string",
"translated_text": "string",
"ori_bounding_box": "string",
"ori_start_time": "string",
"ori_end_time": "string",
"bounding_box": "string",
"start_time": "string",
"end_time": "string",
"direction": "string",
"line_count": 0,
"font_size": 0,
"font_color": "string",
"outline_width": 0,
"outline_color": "string",
"render_options": {
"texts": [
{
"text": "string",
"x": 0,
"y": 0
}
]
}
}
],
"result_video": "string",
"result_version": 0,
"result_render_info": {
"version": 0,
"code": 0,
"message": "string"
}
}
}
]
}
}