Introduction to Plexflo's Value Stack API

This page will help you get started with Plexflo's Value Stack API that powers popular renewable energy planning software like Route0 and others.

Get your Plexflo API Key

Before we get started, please create an account at Plexflo, and get hold of an API Key.

Test you API Key

Using Postman or Python, you can test your API key.

$http.post('/someUrl', data).success(successCallback);

alert('test');

If you get a {'status': 'success}, you are ready to make the first storage optimization call.