Video
Truy vấn API video
Truy vấn một tác vụ Veo với id được trả về bởi điểm cuối gửi:
GET /v1/videos/{id}curl 'https://88api.ai/v1/videos/task_xxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Authorization: Bearer sk-xxxx'Thăm dò ý kiến cứ sau 5–10 giây. Tiếp tục trong khi trạng thái là queued hoặc processing. Trên completed, tải xuống video_url; trên failed, kiểm tra error.
{
"id": "task_xxxxxxxxxxxxxxxxxxxxxxxx",
"status": "completed",
"video_url": "https://example-bucket.s3.amazonaws.com/video.mp4?..."
}Xem Veo Video API để biết quy trình làm việc hoàn chỉnh.