This page will help you get started with AnswerHub APIs.
Below is a generic setup example. Scroll down to the next section called "Learn About Our APIs and How to Test Them" to learn about the basics before diving into each specific endpoint.
$http.post('/someUrl', data).success(successCallback);
alert('test');