callBackUrl parameter to receive automatic notifications when generation completes, while still keeping GET /api/v1/jobs/recordInfo polling as a fallback.curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "runway-gen-4-5-text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A majestic eagle soaring over snow-capped mountains at golden hour, cinematic lighting",
"ratio": "1280:720",
"duration": 10
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_runway_gen_45_t2v_1765166238716"
}
}