# Rebase Platform Documentation ## Docs - [Authorization](https://docs.rebase.energy/api-guides/authorization.md): HTTP authentication via API key - [How to create a load site](https://docs.rebase.energy/api-guides/create-site-load.md): Create a new electricity demand site to forecast in the Rebase Platform. - [How to create a solar site](https://docs.rebase.energy/api-guides/create-site-solar.md): Create a new solar site to forecast in the Rebase Platform. - [How to create a wind site](https://docs.rebase.energy/api-guides/create-site-wind.md): Create a new wind site to forecast in the Rebase Platform. - [How to delete a site](https://docs.rebase.energy/api-guides/delete-site.md): Delete a site from the Rebase Platform. - [How to get historical forecasts](https://docs.rebase.energy/api-guides/get-forecast-historical.md): Get archived past forecasts for a site - [How to get the latest forecast](https://docs.rebase.energy/api-guides/get-forecast-latest.md): Get the most recently updated forecast for a site - [How to get site meta data](https://docs.rebase.energy/api-guides/get-site-info.md): Retrieve the IDs of the sites and other meta data - [Tutorial to Get Started with Rebase API](https://docs.rebase.energy/api-guides/quickstart.md) - [Supported sites](https://docs.rebase.energy/api-guides/set-up-sites.md): Create, update or delete forecast sites in the Rebase Platform. - [How to train ML models](https://docs.rebase.energy/api-guides/train-site-models.md): Trigger the training of a site's ML forecast models - [How to update a site](https://docs.rebase.energy/api-guides/update-site.md): Update site meta-data and settings. - [How to upload the capacity](https://docs.rebase.energy/api-guides/upload-capacity.md): Upload the site capacity changes over the time - [How to upload the power measurements](https://docs.rebase.energy/api-guides/upload-power.md): Upload measured generation or consumption data to a site - [How to upload other measured data](https://docs.rebase.energy/api-guides/upload-ts.md): Upload weather and other time series to a site - [Get Model Input](https://docs.rebase.energy/api-reference/model/get-model-input.md): Get the latest input data for a model - [Get Model Output](https://docs.rebase.energy/api-reference/model/get-model-output.md): Get the output produced by a model, as_of can be specified to get the output as it was at a specific point in time - [Update Model](https://docs.rebase.energy/api-reference/model/update-model.md): Update a model's settings. - [Create Site](https://docs.rebase.energy/api-reference/site/create-site.md): Create a new site - [Delete Site](https://docs.rebase.energy/api-reference/site/delete-site.md): Delete a site and remove all of its data - [Delete Site Actuals](https://docs.rebase.energy/api-reference/site/delete-site-actuals.md): Delete the actuals of a site for a given date range - [Delete Site Capacity](https://docs.rebase.energy/api-reference/site/delete-site-capacity.md): Delete the capacity of a site for a given date range - [Get Site](https://docs.rebase.energy/api-reference/site/get-site.md): Get a site by its id - [Get Site Actual Types](https://docs.rebase.energy/api-reference/site/get-site-actual-types.md): Get the types of actuals available for a site - [Get Site Actuals](https://docs.rebase.energy/api-reference/site/get-site-actuals.md): Get the actuals of a site for a given date range - [Get Site Capacity](https://docs.rebase.energy/api-reference/site/get-site-capacity.md): Get the capacity of a site for a given date range - [Get Site Forecast](https://docs.rebase.energy/api-reference/site/get-site-forecast.md): Get the forecast of a site for a given date range. - [Get Site Forecast Updates](https://docs.rebase.energy/api-reference/site/get-site-forecast-updates.md): Returns the timestamps of the forecast updates for a site - [List Site Models](https://docs.rebase.energy/api-reference/site/list-site-models.md): List the models of a site. Returns meta data about the models as well as training status. - [List Sites](https://docs.rebase.energy/api-reference/site/list-sites.md): List all of your sites. Returns meta data about the sites. The site ids can be used in other endpoints to query the forecast, actuals, and models etc. - [Train Site Models](https://docs.rebase.energy/api-reference/site/train-site-models.md): Train the models for one or more sites, specified by their site_id - [Update Site](https://docs.rebase.energy/api-reference/site/update-site.md): Update the information of a site, e.g. name, assets - [Upload Site Actuals](https://docs.rebase.energy/api-reference/site/upload-site-actuals.md): Upload the actuals (energy production/energy consumption) for a site. - [Upload Site Capacity](https://docs.rebase.energy/api-reference/site/upload-site-capacity.md): Update the available capacity of a site. Upload the timestamps that the capacity changes, the capacity will be forward filled from every timestamp. - [How to create new sites](https://docs.rebase.energy/dashboard/create-site-ui.md): Create a new site to forecast in the Rebase Platform. - [Edit forecast](https://docs.rebase.energy/dashboard/edit-forecast.md): Edit forecast input and output data - [Visualize the forecast](https://docs.rebase.energy/dashboard/visualize-forecast.md): Visualizing energy forecast data - [Data APIs](https://docs.rebase.energy/home/data-apis.md): APIs for accessing energy-relevant data sources in one place. - [How it works](https://docs.rebase.energy/home/how-it-works.md): How energy forecasting works - [Rebase Platform Documentation](https://docs.rebase.energy/home/introduction.md): The Python-first energy forecasting platform ## OpenAPI Specs - [openapi](https://docs.rebase.energy/api-reference/openapi.json) ## Optional - [Website](https://www.rebase.energy/) - [Github](https://github.com/rebase-energy) - [Join our Slack](https://rebase.energy/join-slack)