
Sep 24, 2026
August 21, 2025
Get notified when Tasks complete with webhooks

Starting today, webhooks are available for all Task Runs on the Parallel Task API[Parallel Task API](/blog/parallel-task-api) - including Deep Research[Deep Research](/blog/introducing-parallel). Get notified when your tasks complete instead of continuously checking their status.
When you're orchestrating hundreds or thousands of web research tasks, webhooks push real-time notifications to your endpoint as tasks complete - eliminating the need for constant polling. This is especially valuable for long-running or research-intensive tasks.
Common use cases include:
With webhooks - your orchestration code stays clean, error handling becomes straightforward, and results naturally flow into your existing queue-based architectures.
Setting up webhooks requires minimal changes to your existing integration. Simply include a webhook configuration alongside your task specification:
12345678910111213141516curl --request POST \
--url https://api.parallel.ai/v1/tasks/runs \
--header "Content-Type: application/json" \
--header "x-api-key: $PARALLEL_API_KEY" \
--data '{
"task_spec": {
"output_schema": "Find the GDP of the specified country and year"
},
"input": "France (2023)",
"processor": "core",
"webhook": {
"url": "https://your-domain.com/webhooks/parallel",
"event_types": ["task_run.status"]
}
}'``` curl --request POST \ --url https://api.parallel.ai/v1/tasks/runs \ --header "Content-Type: application/json" \ --header "x-api-key: $PARALLEL_API_KEY" \ --data '{ "task_spec": { "output_schema": "Find the GDP of the specified country and year" }, "input": "France (2023)", "processor": "core", "webhook": { "url": "https://your-domain.com/webhooks/parallel", "event_types": ["task_run.status"] } }' ``` When your task completes, we POST the full result to your endpoint.
For security, webhooks follow standard conventions[standard conventions](https://github.com/standard-webhooks/standard-webhooks/blob/main/spec/standard-webhooks.md) including signature verification. You can manage your webhook secret keys in Settings->Webhooks[Settings->Webhooks](https://platform.parallel.ai/settings?tab=webhook) on our Developer Platform.
Webhooks are available today for all Task API processors. Get started with our documentation[documentation](https://docs.parallel.ai/task-api/features/webhooks).
Sign up for free. No credit card required.
By Parallel
August 21, 2025

Sep 24, 2026

Sep 23, 2026

Sep 18, 2026

Sep 15, 2026

Sep 10, 2026

Aug 31, 2026

Aug 29, 2026

Aug 25, 2026

Aug 21, 2026

Aug 19, 2026

Aug 13, 2026

Jul 30, 2026

Jul 21, 2026

Jul 20, 2026

Jul 16, 2026

Jul 15, 2026

Jul 13, 2026

Jul 12, 2026

Jul 10, 2026

Jul 8, 2026

Jun 9, 2026

Jun 5, 2026

Jun 4, 2026

May 20, 2026

May 19, 2026

May 7, 2026

May 5, 2026

Apr 29, 2026

Apr 29, 2026

Apr 24, 2026

Apr 23, 2026

Apr 21, 2026

Apr 20, 2026

Apr 8, 2026

Apr 8, 2026

Apr 7, 2026

Mar 30, 2026

Mar 25, 2026

Mar 19, 2026

Mar 18, 2026

Mar 17, 2026

Mar 10, 2026

Mar 4, 2026

Mar 2, 2026

Feb 23, 2026

Feb 4, 2026

Jan 28, 2026

Jan 21, 2026

Jan 15, 2026

Jan 8, 2026

Dec 17, 2025

Dec 16, 2025

Dec 11, 2025

Dec 10, 2025

Nov 20, 2025

Nov 18, 2025

Nov 13, 2025

Nov 12, 2025

Nov 11, 2025

Nov 6, 2025

Nov 3, 2025

Oct 30, 2025

Oct 23, 2025

Oct 22, 2025

Oct 17, 2025

Oct 16, 2025

Oct 9, 2025

Oct 8, 2025

Oct 7, 2025

Oct 6, 2025

Sep 30, 2025

Sep 16, 2025

Sep 12, 2025

Sep 11, 2025

Sep 9, 2025

Sep 5, 2025

Aug 14, 2025

Aug 7, 2025

Aug 5, 2025

Aug 4, 2025

Jul 31, 2025

Jul 31, 2025

Jul 28, 2025

Jul 14, 2025

Jul 8, 2025

Jul 2, 2025

Jun 17, 2025

Jun 10, 2025

May 30, 2025

May 16, 2025

Apr 24, 2025