Hailuo 1.0 Live - Image to Video
minimax_i2v_01_live
Hailuo 1.0 Live Image to Video is designed for animating portrait images with realistic facial expressions and natural motion.
Эндпоинты
Заголовок раздела «Эндпоинты»POST /v1/queue/minimax_i2v_01_live # Создать задачуGET /v1/queue/minimax_i2v_01_live/requests/{request_id}/status # Проверить статусGET /v1/queue/minimax_i2v_01_live/requests/{request_id}/response # Получить результатPUT /v1/queue/minimax_i2v_01_live/requests/{request_id}/cancel # Отменить задачуПараметры запроса
Заголовок раздела «Параметры запроса»curl --location "https://odirouter.ai/model/v1/queue/minimax_i2v_01_live" \ --header "Authorization: Bearer YOUR_API_KEY" \ --header "Content-Type: application/json" \ --data '{ "first_frame_image": "https://example.com/reference-image.webp", "prompt": "A red apple slowly rotating on a white table, clean studio lighting, static camera.", "duration": 6, "resolution": "720P" }'Image used as the first frame of the video. Supports public URLs or Base64 Data URLs such as data:image/jpeg;base64,....
Image formats: JPG, JPEG, PNG, WebP
Image size: less than 20MB
Image dimensions: short side greater than 300px, aspect ratio between 2:5 and 5:2
Text description for the video. Maximum 2000 characters.
Video duration in seconds. Fixed at 6 seconds.
Options: 6
Default: 6
Video resolution. Fixed at 720P.
Options: 720P
Default: 720P
Whether to automatically optimize the prompt. Set to false for more precise control.
Default: true
Whether to add a watermark to the generated video.
Default: false
Параметры ответа
Заголовок раздела «Параметры ответа»{ "request_id": "mmsu_01hxyz...", "response_url": "https://odirouter.ai/model/v1/queue/minimax_i2v_01_live/requests/mmsu_01hxyz.../response", "status_url": "https://odirouter.ai/model/v1/queue/minimax_i2v_01_live/requests/mmsu_01hxyz.../status", "cancel_url": "https://odirouter.ai/model/v1/queue/minimax_i2v_01_live/requests/mmsu_01hxyz.../cancel", "queue_position": 0}| Поле | Тип | Описание |
|---|---|---|
request_id | string | Идентификатор задачи, используемый во всех последующих операциях. |
response_url | string | URL для получения итогового результата. |
status_url | string | URL для проверки статуса задачи. |
cancel_url | string | URL для отмены задачи. |
queue_position | int | Текущая позиция в очереди. |