callback_url parameter to receive automatic notifications upon generation completion instead of polling the status endpoint.curl --location --request POST 'https://api.apipod.ai/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "adaptive",
"duration": 5,
"generate_audio": true,
"prompt": "手绘漫画风格,三个人围坐在一起吃炸鸡,气氛友好愉悦,后画面逐渐模糊,画面中部显示文字“快乐尽在 APIPod”。",
"resolution": "720p",
"return_last_frame": false,
"watermark": false,
"web_search": false,
"model": "seedance-2.0-fast-t2v"
}'{
"code": 200,
"message": "success",
"data": {
"task_id": "abcd-efgh-1234"
}
}