| Resolution | Supported Features |
|---|---|
| 720P | ✅ Text-to-Video ✅ Image-to-Video – First Frame ✅ Image-to-Video – First & Last Frames ✅ Image-to-Video – Camera Motion |
| 1080P | ✅ Text-to-Video ✅ Image-to-Video – First Frame ✅ Image-to-Video – First & Last Frames |
| Resolution | Unit Price |
|---|---|
| 720P | 0.05 PTC/second |
| 1080P | 0.1 PTC/second |
prompt + req_key (the text-to-video key corresponding to the resolution)prompt + req_key + image_urls (1 first-frame image)prompt + req_key + image_urls (2 images: first frame + last frame)prompt + req_key=jimeng_i2v_recamera_v30 + image_urls + template_id + camera_strengthtemplate_id/camera_strength).aspect_ratio applies only to text-to-video; image-to-video automatically matches the aspect ratio of the input image(s).{
"req_key": "jimeng_t2v_v30",
"prompt": "千军万马",
"seed": -1,
"frames": 121,
"aspect_ratio": "16:9"
}curl --location --request POST 'https://api.302.ai/doubao/drawing/jimengv30' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"req_key": "jimeng_t2v_v30",
"prompt": "千军万马",
"seed": -1,
"frames": 121,
"aspect_ratio": "16:9"
}'{
"code": 10000,
"data": {
"task_id": "7602141718759103050"
},
"message": "Success",
"request_id": "20260209155643305BFF832C4EF115B228",
"status": 10000,
"time_elapsed": "34.970854ms"
}