Unable to convert gif to video

hello when trying to convert animated images (gifs) to video we get 403

status: 403,
      statusText: 'Forbidden',
      headers: [Object [AxiosHeaders]],
      config: [Object],
      request: [ClientRequest],
      data: '<HTML><HEAD>\n' +
        '<TITLE>Access Denied</TITLE>\n' +
        '</HEAD><BODY>\n' +
        '<H1>Access Denied</H1>\n' +
        ' \n' +
        `You don't have permission to access "http&#58;&#47;&#47;ucarecdn&#46;com&#47;39ae508b&#45;b149&#45;4683&#45;8768&#45;cd0bc9cb62ec&#47;gif2video&#47;&#45;&#47;format&#47;mp4&#47;" on this server.<P>\n` +
        'Reference&#32;&#35;18&#46;75426376&#46;1726095469&#46;5bdba2a\n' +
        '<P>https&#58;&#47;&#47;errors&#46;edgesuite&#46;net&#47;18&#46;75426376&#46;1726095469&#46;5bdba2a</P>\n' +
        '</BODY>\n' +
        '</HTML>\n'
    }

here is the url we want to reach (uuid is correct)
https://ucarecdn.com/39ae508b-b149-4683-8768-cd0bc9cb62ec/gif2video/-/format/mp4/ 1
I have tried using

https://api.uploadcare.com/39ae508b-b149-4683-8768-cd0bc9cb62ec/gif2video/-/format/mp4/ 1

but fail again.

Second questions how we can combine both convertion and crop operations together?
To convert into video and crop with provided numbers?
Thanks

We got it solved now thanks

Hi @Albert_Stepanyan glad you got it sorted! What was the root cause?

hey @Alex , problem is that gif to video does not work similar to video convert , we send gif and expect to receive video uuid in response, but instead we just had to use gif uuid in ucarecdn.com/uuid/giftovideo
every time to get the video, if we understood it correctly .
The above method does not work for us , pelase let me know if we missed smth

Thanks for the info! Indeed, Gif2video is a URL API operation, so you don’t need to create a processing job for it and can request an instant result by applying /gif2video/ to a GIF’s URL.