AUROS Protocol

Documentation · Endpoints

AUROS Green API — CQS, Watt & Index

API publique Green : score unifié, bulk, analyse texte, index et batch CQS. 100 req/jour anon, 1000/mois avec clé free.

GET score unifié (recommandé)

Endpoint principal — CQS + Watt + composite + rang Green Index.

100 req/jour sans clé · 1000/mois avec clé free (`POST /api/v1/keys`).

Hub complet : /green/api · OpenAPI : /api/green/openapi

curl https://getauros.com/api/green/score/toucan

GET bulk & POST analyze

Bulk : `GET /api/green/scores?ids=toucan,moss` (max 5 anon, 20 avec clé).

Due diligence texte : `POST /api/green/score/analyze` body `{ "text": "Gold Standard forestry…" }`.

curl "https://getauros.com/api/green/scores?ids=toucan,moss"
curl -X POST https://getauros.com/api/green/score/analyze \
  -H "Content-Type: application/json" \
  -d '{"text":"Verra REDD+ credits retired 2024 on-chain"}'

GET CQS seul (legacy)

Une référence comparateur Green (`toucan`, `moss`, `klim`…) — préférez `/api/green/score/{id}`.

curl https://getauros.com/api/green/carbon-quality/toucan

POST batch (clé API)

Jusqu'à **10 crédits** (free) ou **50** (premium) par appel.

`id` = référence comparateur AUROS, ou `text` = description libre (min 10 caractères).

curl -X POST https://getauros.com/api/v1/green/carbon-quality/batch \
  -H "Authorization: Bearer auros_pk_test_demo" \
  -H "Content-Type: application/json" \
  -d '{"items":[{"id":"toucan"},{"text":"Gold Standard forestry credits retired 2024 Verra"}]}'

Embed presse / partenaires

Widget iframe sans authentification — lien « Powered by AUROS » inclus.

<iframe src="https://getauros.com/embed/green-score?id=toucan" width="320" height="160"></iframe>

← Retour à la documentation