Video models › Hailuo
Hailuo 2.3 Standard Image to Video
Content generation using hailuo/2-3-image-to-video-standard ## Query Task Status After submitting a task, use the unified query endpoint to check progress and retrieve results: <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> Learn how to query task status and retrieve generation results </Card> For production use, we recommend using the `callBackUrl` parameter to receive automatic notifications when generation completes, rather than polling the status endpoint. ## Related Resources <CardGroup cols={2}> <Card title="Market Overview" icon="lucide-store"
video Hailuo price on request
Request
POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json
{
"callback_url": "https://your-app.example/callbacks/video-blade",
"input": {
"image_url": "\u2026",
"prompt": "\u2026"
},
"model": "hailuo-2-3-image-to-video-standard"
}
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
prompt |
string | required | Text prompt describing the desired video animation (Max length: 5000 characters) |
image_url |
string | required | Input image to animate (File URL after upload, not file content; Accepted types: image/jpeg, image/png, image/webp; Max size: 10.0MB) |
duration |
string | optional | The duration of the video in seconds. 10 seconds videos are not supported for 1080p resolution. Values: 6, 10Default:
6 |
resolution |
string | optional | The resolution of the generated video. Values: 768P, 1080PDefault:
768P |
nsfw_checker |
boolean | optional | Defaults to false. You can set it to false based on your needs. If set to false, our content filtering will be disabled, and all results will be returned directly by the model itself. Note: There is no guarantee that everything can be filtered out; if you are not satisfied with the results, you will need to make your own arrangements. |
Pricing
Price on request; the charge is settled from actual consumption with the video coefficient ×2.0. See Pricing & tokens.