← Back to Dashboard

Unplugg

Machine LearningActiveCORS ReadyUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Forecasting API for timeseries data

✨ AI Summary

Unplugg offers a forecasting API for timeseries data like energy consumption and temperature, enabling intelligence in products.

Code Example

import requests

url = "https://try-unplugg-api.herokuapp.com/key"
headers = {
    "Content-Type": "application/x-www-form-urlencoded"
}
data = {
    "mail_address": "your_email@example.com"
}

response = requests.post(url, headers=headers, data=data)
print(response.text)

Live Health Metrics

Last 50 checks (10 min intervals)