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-fast",
"prompt": "Duis ex id ea",
"aspect_ratio": "9:16",
"duration": 9,
"resolution": "480p",
"image_urls": [
"https://loremflickr.com/400/400?lock=4373900010062058",
"https://loremflickr.com/400/400?lock=7676458378457347"
]
}'{
"code": 200,
"message": "success",
"data": {
"task_id": "abcd-efgh-1234"
}
}