Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
import requests url = "https://api.rebase.energy/platform/v2/models/{model_id}/input" headers = {"Authorization": "<api-key>"} response = requests.get(url, headers=headers) print(response.text)
{ "dataframe": {}, "metadata": {} }
Get the latest input data for a model
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Successful Response