Overview
The Edgecom Energy API Portal provides documentation, guides, and reference materials to help developers and energy managers integrate with Edgecom’s energy intelligence platform. Through a set of specialized APIs, the platform delivers insights and operational capabilities across multiple energy management domains.
pTrack® provides market intelligence and forecasting data such as system demand forecasts, electricity prices, coincident peak probabilities, predicted peak windows, and historical peak events across supported energy markets, enabling organizations to anticipate high-risk peak periods and optimize their energy strategy.
Demand Response APIs provide access to demand response program and market analytics, including event schedules, activation windows, location performance, demand reduction metrics, and revenue insights for programs such as IESO, PJM, and participating utilities, helping organizations track and evaluate their participation in demand response events.
dataTrack™ EMIS delivers facility-level energy intelligence by providing access to facilities, meters, and devices along with interval energy data, daily energy summaries, cost calculations, and meter performance metrics, enabling detailed monitoring and analysis of energy usage across sites.
NeuraCharge™ EMS is a control-oriented service that enables coordinated management of flexible assets such as batteries, HVAC systems, and diesel generators; its API provides predicted peak windows so these assets can be optimally dispatched or curtailed during peak or demand response events to reduce demand and energy costs.
Learn the core concepts behind Edgecom Energy APIs, including pTrack market intelligence, Demand Response programs, dataTrack energy monitoring, NeuraCharge asset control, authentication, and API error handling.
Step-by-step guides — from your first API call to full integration workflows
Detailed endpoint docs for pTrack, Demand Response, dataTrack and NeuraCharge with request and response schemas
Where to Start?
- General Users: Read pTrack to understand how peak events work, why they matter for your electricity costs, and how pTrack helps you act before they happen.
- Developers: Get up and running in under 5 minutes with Making Your First API Request.
Our Products
AI-driven coincident peak prediction for the IESO (Ontario) market. Get daily probability scores, predicted curtailment windows, and historical activation data.
Demand response management across IESO and PJM capacity auctions plus four Canadian utility programs. Track events, baselines, performance, and revenue.
Portfolio-level energy monitoring with meter and submeter data, daily summaries, energy cost calculations, and device performance insights across all your facilities.
Intelligent asset control across your portfolio, enabling coordinated operation of flexible resources such as batteries, HVAC systems, and diesel generators using predicted peak windows to optimize dispatch during peak events and reduce energy costs.
Base URLs
| Product | Base URL |
|---|---|
| pTrack® | https://dev.edgecom.ai/ptrack/ |
| Demand Response | https://dev.edgecom.ai/demandresponse/ |
| dataTrack™ EMIS | https://dev.edgecom.ai/datatrack/ |
| NeuraCharge™ EMS | https://dev.edgecom.ai/neuracharge/ |
Quick Start
All Edgecom APIs use HTTPS and return JSON. Authenticate with your API key or JWT token and make your first request:
curl --request GET \
--url https://dev.edgecom.ai/ptrack/ieso/demand/actual/hourly \
--header 'X-API-Key: your_key' \
--header 'accept: application/json'
Don't have an API key yet?Contact your Edgecom account manager to get access.
Authentication
| Product | Method | Header |
|---|---|---|
| pTrack® | API Key | X-API-Key: your_key |
| Demand Response | API Key | X-API-Key: your_key |
| dataTrack™ EMIS | API Key | X-API-Key: your_key |
| NeuraCharge™ EMS | API Key | X-API-Key: your_key |
Contact Us
Reach out with questions at [email protected] — we're happy to help.
Updated 28 days ago