Authorization: Bearer ********************
curl --location --request GET 'https://api.gpt.ge/v1/videos/' \
--header 'Authorization: Bearer <token>'
{
"id": "video_68f082321ed08193a4eaf01376fa10bc0284bd663de64dc5",
"object": "video",
"created_at": 1760592434,
"status": "completed",
"completed_at": 1760592506,
"error": null,
"expires_at": 1760596106,
"model": "sora-2",
"progress": 100,
"remixed_from_video_id": null,
"seconds": "4",
"size": "720x1280"
}