path task_id
123curl --request GET \ --url 'https://tokenflash.cn/v1/tasks/YOUR_TASK_ID?language=zh' \ --header 'Authorization: Bearer <token>'
curl --request GET \ --url 'https://tokenflash.cn/v1/tasks/YOUR_TASK_ID?language=zh' \ --header 'Authorization: Bearer <token>'
12345{ "id": "task_01JNXXXXXXXXXXXXXXXXXX", "status": "completed", "progress": 100 }
{ "id": "task_01JNXXXXXXXXXXXXXXXXXX", "status": "completed", "progress": 100 }