Authorization: Bearer ********************curl --location --request GET 'https://interface.chatgptten.com/api/line-2/status/v1/tasks/?language=zh' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"id": "task_01KA040M0HP1GJWBJYZMKX1XS1",
"status": "completed",
"progress": 100,
"result": {
"images": [
{
"url": [
"https://upload.example.com/f/image/sample.png"
],
"expires_at": 1763174708
}
]
},
"created": 1763088289,
"completed": 1763088308,
"estimated_time": 60,
"actual_time": 19
}
}