When video generation completes, the system calls this callback to notify results
When the 4K video generation task completes, the system will notify you of the results through callback mechanism.
Webhook Security: To ensure the authenticity and integrity of callback requests, we strongly recommend implementing webhook signature verification. See our Webhook Verification Guide for detailed implementation steps.
If errors occur during 4K video generation, the callback will return an error status code with the corresponding error message. Currently supported error cases include:
500: 4K version unavailable - “The 4K version of this video is unavailable. Please try a different video.”
Ensure your callback endpoint can handle duplicate callbacks to avoid processing the same task multiple times.