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.

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

Base URLs

ProductBase URL
pTrack®https://dev.edgecom.ai/ptrack/
Demand Responsehttps://dev.edgecom.ai/demandresponse/
dataTrack™ EMIShttps://dev.edgecom.ai/datatrack/
NeuraCharge™ EMShttps://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

ProductMethodHeader
pTrack®API KeyX-API-Key: your_key
Demand ResponseAPI KeyX-API-Key: your_key
dataTrack™ EMISAPI KeyX-API-Key: your_key
NeuraCharge™ EMSAPI KeyX-API-Key: your_key

Contact Us

Reach out with questions at [email protected] — we're happy to help.