Learn how to integrate Pollo AI API’s Webhook service to receive secure, authenticated notifications for video generation task completions.
secret
for verifying Webhook signatures.webhookUrl
, for example:
input
is video generation parameters, which vary by model and should not be changed.
X-Webhook-Id
:A unique identifier for the Webhook message.X-Webhook-Timestamp
:The timestamp of when the message was sent.X-Webhook-Signature
:A Base64 encoded signature that you need to use to verify that the message has not been tampered with.webhook_id
、webhook_timestamp
and the request body
,each separated by .
X-Webhook-Signature
with computedSigBase64
to ensure the message’s signature is correct. The verification code is as follows:
taskId
: A unique identifier for the task.status
: The status of the task, which can be either succeed
or failed
.