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 '{
"model": "string",
"prompt": "string",
"image_urls": [
"string"
],
"aspect_ratio": "16:9",
"callback_url": "string"
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}