Webhooks

The recommended way to receive updates about your tasks is to use Webhooks.

Status updates and final results will be sent to the webhook_url you set in the request. You can use the webhook_secret parameter to ensure that the updates are actually coming from us; it will be passed as x-webhook-secret in the webhook call headers for authentication.

Last updated