Authorization: Bearer ********************curl --location --request GET 'https://interface.chatgptten.com/api/line-2/status/v1/tasks/?language' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"id": "task_01K9S419324DREZFBWNSVXYR6H",
"status": "pending",
"progress": 100,
"created": 1762853430,
"completed": 1762853695,
"estimated_time": 600,
"actual_time": 265,
"result": {
"videos": [
{
"url": [
"https://.../video.mp4"
],
"expires_at": 1762940095
}
],
"images": [
{
"url": [
"https://.../image.png"
],
"expires_at": 1763174708
}
],
"thumbnail_url": "https://.../thumb.jpg"
},
"error": {
"code": 0,
"message": "string",
"type": "string"
}
}
}