To call your APIs inspect this page and use the "api_connection" object from the console.
First call api_connection.initialize with your API's URL as a String argument. This will configure the api_connection object to call the API of your choice.
To make API calls: api_connection.[request_type]([url_path_as_array_of_strings], {body_data_as_object})