Skip to main content

Introduction

This documentation will show you how to create sites, upload production data, upload localized weather measurements and access forecasts for your sites.

Authentication

Each request to the Platform API must be authenticated with an API key. You can create a new API key in your user profile . The API key must be included in the header for every request like this: GL-API-KEY: your_api_key
You must replace your_api_key with your personal API key.

Base URL

All endpoints in this documentation are relative to this base URL: https://api.rebase.energy/platform/v1 For instance, requesting endpoint /site/forecast/latest/<site_id> should be done to the complete url: https://api.rebase.energy/platform/v1/site/forecast/latest/<site_id>