Docs · API

A stable contract for load profile facts.

The public API is server-to-server. Browser applications use the protected Web Gateway and never receive the service API key.

Base URL

https://energysignature.iammeter.com/api/v1

Create

POST /api/v1/profile-analyses
Authorization: Bearer <api-key>
X-Profile-Subject: <opaque-token>
Idempotency-Key: <unique-key>
Content-Type: text/csv

The response is 202 Accepted with a status resource and links for Signature, report and deletion. Field names, enums and error codes remain English across locales.

Download OpenAPI JSON →