{ "subtitle_file_url": "string", "subtitle_content": "string", "target_lang": "en", "callback_url": "string", "attach": "{\"task_id\":\"100000\",\"project_id\":\"100100\"}" }
curl --location --request POST 'https://api.jowo.ai/v1/subtitle/translate' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "subtitle_file_url": "string", "subtitle_content": "string", "target_lang": "en", "callback_url": "string", "attach": "{\"task_id\":\"100000\",\"project_id\":\"100100\"}" }'
{ "code": 0, "message": "success", "task_id": "SU20141225135026", "request_id": "6087d29a-4161-49d0-af2f-c8f6edcc54a3" }