CARM API

Integration documentation

Use the versioned REST API to submit catalogues, run ratings, value assets, and verify certificates.

Quick start

curl -X POST /v1/ratings \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"catalogue_id":"..."}'

Catalogue

Upsert a partner-owned catalogue object.

Rating

Receive the CARM score and M/L/T breakdown.

Certificate

Request a human-reviewed, verifiable certificate.

OpenAPI document: /v1/openapi.json