status
pending
processing
success
progress
video_url
curl --location --request GET 'https://147ai.com/v1/videos/' \ --header 'Authorization: Bearer {{YOUR_API_KEY}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
{ "id": "video_c916cb42-8a53-480c-a8e5-62f9cf962bfd", "size": "720x720", "model": "sora2", "object": "video", "status": "completed", "progress": 100, "video_url": "https://...", "created_at": 1761030457, "completed_at": 1761030590 }