HTTP request not responding to Rapid API

Hello, My goal is to be able to extract specific details from PDF files using this Extracta.AI Rapid API by making a POST request using the https make module

When I set it up and test the module. I keep getting timeout error like so

When I test the endpoint in the RapidAPI, It works over there but when comes to getting it via make, it doesnt work.
Can someone help check if I have set this up properly?



Here is the rapidapi details

Would really appreciate the help

Welcome to the Make community.

You just made a simple mistake.

Write ‘https’ instead of ‘http’ in the URL

It will work properly.

Thanks.

3 Likes

Ah! I had a feeling it was something silly like that. Thanks very much!

1 Like