AI Tools & Products
May 4, 2026
Gemini API Introduces Webhooks to Enhance Long-Running Job Efficiency
May 4, 2026
AI Summary
The Gemini API has launched event-driven Webhooks to streamline the handling of long-running tasks. This new feature allows real-time notifications when jobs are completed, reducing the need for continuous polling and improving efficiency for developers.

- The Gemini API now supports event-driven Webhooks, which provide a push-based notification system for job completion.
- This change aims to enhance the efficiency of complex, long-running applications, particularly in high-volume processing tasks like Deep Research and video generation.
- Previously, developers relied on polling to check job status, which could be inefficient and time-consuming.
- The new Webhooks implementation adheres to the Standard Webhooks specification, ensuring reliability and security through signed requests and idempotency measures.
- Webhooks can be configured globally at the project level or dynamically on a per-request basis, with security features in place.
- This feature is now available to all developers using the Gemini API.
webhooksgemini apievent-drivennotificationslatency reduction