Get a portal link to configure webhook endpoints for receiving job status notifications
Request Portal Link
Visit Portal
Add Endpoints
Test & Save
Event | Description |
---|---|
job.created | New async job created |
job.processing | Job started processing |
job.completed | Job completed successfully |
job.failed | Job failed with error |
job.cancelled | Job was cancelled |
Endpoint Security
Error Handling
Performance
Issue | Solution |
---|---|
Not receiving webhooks | Check endpoint URL is publicly accessible |
Signature verification fails | Ensure you’re using the correct secret |
Timeouts | Process webhooks async and respond quickly |
Duplicate events | Implement idempotency using webhook-id |
API key for authentication
Portal link generated
The response is of type object
.