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 '{
"aspect_ratio": "9:16",
"duration": 4,
"image_url": "https://loremflickr.com/400/400?lock=4851558901306927",
"prompt": "Two mountain explorers in bright technical shells, ice crusted faces, eyes narrowed with urgency shout in the snow, one at a time",
"model": "sora-2-vip"
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}