nodejs make request from server

I was wondering if it is possible from my nodejs application to post to an API some information because I can't seem to find some example where I can make a request from the nodejs server.

I have been using request rather than node http. IMO It's definitely more powerful and easier to use