curl --location --request GET 'https://interface.chatgptten.com/proxy/api/media/video/status?language&modelType=sora-2-all-preview&providerTaskId=eyJtb2RlbCI6InNvcmEtMiIsImlkIjoidmlkZW9fNjk3ZGEwYTYwZjc0ODE5MDlkZWM3NGM1ZmNlZDhhMjMifQchannel3418'{
"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"
}
}
}