ELIKA

Developer API Documentation

Access ELIKA's energy platforms through our secure, scalable, and well-documented developer APIs.

🚀 Get Started with API

API Overview

  • • RESTful API with JSON payloads
  • • Secure HTTPS endpoints
  • • Rate limiting and API keys
  • • Real-time energy data access
  • • Historical consumption reporting
  • • Predictive analytics endpoints

Authentication

APIs use token-based authentication with API keys. Include your key in the Authorization header.

curl -X GET "https://api.elika.com/v1/energy" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"

Core API Endpoints

GET /api/v1/energy/consumption

Realtime Energy Usage

Retrieve current energy consumption data for a specific facility with timestamped metrics.

Parameters
  • facility_id
  • start_datetime
  • end_datetime
Returns
  • kWh usage
  • peak demand
  • cost estimate

Need help with implementation?

📩 Contact API Support

Energy Reporting

Generate and retrieve energy consumption reports, including carbon footprint analysis and cost savings projections.

View Energy Reports API

Predictive Analytics

Access machine learning-powered forecasts for energy demand and optimization schedules.

View Predictive Models API