sourc.dev
Home LLMs Tools SaaS APIs
Claude 3.5 Sonnet input $3.00/1M ↓ -50%
GPT-4o input $2.50/1M
Gemini 1.5 Pro input $1.25/1M
Mistral Large input $2.00/1M ↓ -33%
DeepSeek V3 input $0.27/1M
synced 2026-04-05
Claude 3.5 Sonnet input $3.00/1M ↓ -50%
GPT-4o input $2.50/1M
Gemini 1.5 Pro input $1.25/1M
Mistral Large input $2.00/1M ↓ -33%
DeepSeek V3 input $0.27/1M
synced 2026-04-05
#37 of 50

Webhook

Get notified when something changes — without polling

What is a webhook

A webhook is a URL that receives an HTTP POST request when a specific event occurs. Instead of your application repeatedly asking "has anything changed?" (polling), the service pushes a notification to your webhook URL the moment something happens.

In the AI infrastructure context, webhooks are used for batch processing completion notifications, model deployment status updates, and usage threshold alerts.

Why it matters

Webhooks reduce latency and unnecessary API calls. Instead of checking every 30 seconds whether your batch job is complete — 2,880 unnecessary requests per day — you receive one notification when it finishes. sourc.dev's planned alert infrastructure will use webhooks to notify subscribers when tracked attributes change.

Verified March 2026 · Source: sourc.dev architecture docs

Related terms
API endpointAPIRate limit
← All terms
← API endpoint Throughput →