Authorization: Bearer ********************curl --location '/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "string",
"prompt": "string",
"input_reference": {
"image_url": "http://example.com",
"file_id": "file-123"
},
"seconds": "4",
"size": "720x1280"
}'{
"id": "string",
"object": "video",
"model": "string",
"status": "queued",
"progress": 0,
"created_at": 0,
"completed_at": 0,
"expires_at": 0,
"prompt": "string",
"size": "720x1280",
"seconds": "string",
"remixed_from_video_id": "string",
"error": {
"code": "string",
"message": "string"
}
}