This is the rapid API tool that i used to paraphrase sentence and content .
i had used the HTTP request , make a request module.
But i am getting an internal error in make after the module run,
But the rapid api tool is working when called from other tools , like Postman , but in make.com its returning me only with an internal error from server , while server seems to be working fine
Please help!
Please share screenshots of relevant module fields and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Hey @sanjith_raja - can you provide either a blueprint export like Samliew asked for or provide screenshots of your entire HTTP module? From there I should be able to better troubleshoot what exactly is going on.
Hey @sanjith_raja - I was able to get it to work! It looks like the issue was with your headers, you had some uppercase characters headers instead of the lowercase character headers like specified on the rapidapi api page. (Ex. X-RapidAPI-Key vs x-rapidapi-key)
I’ve attached the updated version. I also took out the API key.You should absolutely invalidate that old API key (as it was published publicly by uploading the blueprint here) and generate a new one to pass in to your workflow!
Let me know if this works and if you have any additional questions feel free to ask them here!
You can reuse this RapidAPI keychain for all API calls to RapidAPI, you’ll just need to change the X-RapidAPI-Host value based on the API you are calling.
so why did you change the order which gave the result ?
Cause i used the same format in upper cause in POSTMAN as given in the Rapid API’s format, and it worked fine in postman (given below👇) , why such changes in formatting should be done in make.com ??