{
"model": "luma",
"task_type": "video_generation",
"input": {
"prompt": "Fly fishing",
"key_frames": {
"frame0": {
"type": "laborum ad",
"url": "https://glaring-fishery.com/",
"id": "XFT5J9GBfGDm_iqe4z3oU"
},
"frame1": {
"type": "do ex dolor ea",
"url": "https://hungry-oil.org/"
}
},
"model_name": "ray-v2",
"duration": 5,
"aspect_ratio": "9:16"
},
"config": {
"webhook_config": {
"endpoint": "",
"secret": ""
},
"service_mode": ""
}
}curl --location --request POST 'https://api.piapi.ai/api/v1/task' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "luma",
"task_type": "video_generation",
"input": {
"prompt": "Fly fishing",
"key_frames": {
"frame0": {
"type": "laborum ad",
"url": "https://glaring-fishery.com/",
"id": "XFT5J9GBfGDm_iqe4z3oU"
},
"frame1": {
"type": "do ex dolor ea",
"url": "https://hungry-oil.org/"
}
},
"model_name": "ray-v2",
"duration": 5,
"aspect_ratio": "9:16"
},
"config": {
"webhook_config": {
"endpoint": "",
"secret": ""
},
"service_mode": ""
}
}'{
"code": 200,
"data": {
"task_id": "f38e2944-a5fe-44b4-9464-920c94276d74",
"model": "luma",
"task_type": "video_generation",
"status": "pending",
"config": {
"service_mode": "",
"webhook_config": {
"endpoint": "https://webhook.site/ce576103-6cd3-43a6-8aac-c8f0dc13adc0",
"secret": ""
}
},
"input": {
"aspect_ratio": "4:3",
"duration": 5,
"model_name": "ray-v2",
"prompt": "Fly fishing"
},
"output": {
"prompt": "",
"internal_state": "",
"created_at": "0001-01-01T00:00:00Z",
"video": null,
"video_raw": null,
"thumbnail": null,
"last_frame": null
},
"meta": {
"created_at": "2026-01-07T01:36:08.845623268Z",
"started_at": "0001-01-01T00:00:00Z",
"ended_at": "0001-01-01T00:00:00Z",
"usage": {
"type": "point",
"frozen": 2000000,
"consume": 0
},
"is_using_private_pool": false,
"failover_triggered": false
},
"detail": null,
"logs": null,
"error": {
"code": 0,
"raw_message": "",
"message": "",
"detail": null
}
},
"message": "success"
}