404 error when calling an api with make.com

I have 3 modules of Shotstack in make (Create a Video Slideshow, Render from Template, Make an API call), the 2 modules works perfectly fine, but in the “Make an API call” module, I’m having a “404 unknown error”. Here are the details I put in the module:

API Url: https://api.shotstack.io/v1/render/1138ff25-d1dc-4bc2-924e-dd7e56de56bb?data=false
Headers:
{
Content-Type: application/json,
x-api-key:
}

It is a 404unknown error and it can has few reason that you are having this error:

  1. Endpoint Correctness: you have to check the API URL.
  2. Authentication
  3. Shotstack API Status
1 Like