Using webhook with edit api

Hello, I am trying out the edit API for extracting a frame from a short video to use as a poster image. The API works normally, but when I use a callback with a webhook endpoint, I don’t receive any events on the webhook. Any leads?

Using the following request. Render Id - 78b02ed4-7277-4568-8a93-1e0dd2b3e6ae


{
    "timeline": {
        "tracks": [
            {
                "clips": [
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://videos.pexels.com/video-files/3195972/3195972-sd_640_360_25fps.mp4",
                            "trim": 1 
                        },
                        "start": 0,
                        "length": 1
                        

                    }
                ]
            }
        ]
    },
    "output": {
        "format": "jpg",
        "resolution": "hd"
    } ,
    "callback" : "https://play.svix.com/view/e_wMKQS2lpL74942lmN2LreJ5QigN"
    
}

Hi @kedar.me,

Hope you’re doing well.

Are you still experiencing the issue?

I tested it on my end, and it seems to be working correctly.

Looking forward to your response.

image