callback_url parameter to receive automatic notifications upon generation completion instead of polling the status endpoint.curl --location 'https://api.apipod.ai/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "grok-imagine-1.5-preview",
"prompt": "veniam",
"aspect_ratio": "3:2",
"duration": 6,
"resolution": "720p",
"image_url": "https://loremflickr.com/400/400?lock=7427500343411964"
}'{
"code": 200,
"message": "success",
"data": {
"task_id": "abcd-efgh-1234"
}
}