AUROS Protocol

Documentation · Endpoints

POST /api/v1/chargeflow/f (Premium)

AUROS ChargeFlow CFU-F — enregistre une fenêtre de flexibilité kW en unité hashée + HMAC, avec Watt companion.

Enregistrer une CFU-F

Premium. Entrée : JSON window (capacity_kw + fenêtre). Sortie : `cfu_f_*`, HMAC `auros-cfu-f:v1:`.

UI : /green/chargeflow/flex · tunnel flottes : /green/chargeflow/fleets · console : /green/chargeflow/console.

Batch : POST /api/v1/chargeflow/f/batch (max 50).

curl -X POST https://getauros.com/api/v1/chargeflow/f \
  -H "Authorization: Bearer auros_pk_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "window": {
      "external_window_id": "win_001",
      "started_at": "2026-07-19T18:00:00Z",
      "ended_at": "2026-07-19T20:00:00Z",
      "capacity_kw": 250,
      "direction": "down",
      "operator_id": "fleet_demo",
      "source_format": "json_custom"
    },
    "attributes": { "program_hint": "afrr" }
  }'

Vérifier

GET /api/v1/chargeflow/f/verify?id=cfu_f_…

Demo : POST /api/v1/chargeflow/f/demo

← Retour à la documentation