I’m trying to dereference a link using N8N. I have found this website that automatically returns the dereferenced link : https://deref.link/ .
What I would like to do is use their API to send an HTTP POST request to their website to get back a JSON with the dereferenced link.
On their website, they have a very brief API explanation on how to do that, and it seems like it could be very simple to do, but I have no clue on how to start.
I’d appreciate a lot some help
They are expecting a body parameter with a key of url and a value of google.com (or presumably any other URL) sent as a POST request to https://deref.link/deref. Setting these three values like below seems to work: