QAVCM
Carbon Markets
Integrations / SDK & Examples

SDK & Client Examples

Ready-to-run code in curl, Python, TypeScript, and embed / webhook patterns.

Create a recommendation
curl -X POST https://api.qavcm.com/api/recommendations \
  -H "Authorization: Bearer $QAVCM_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "REDD",
    "region": "LatAm",
    "budget_usd": 50000,
    "vintage_min": 2020,
    "co_benefits": ["biodiversity", "community"]
  }'
Batch market price lookup
curl "https://api.qavcm.com/api/connectors/carbonmark/market/batch\
?projectKeys=VCS-191,GS-4776,VCS-1100" \
  -H "Authorization: Bearer $QAVCM_TOKEN"
Get project with quality signal
curl "https://api.qavcm.com/api/projects/VCS-191" \
  -H "Authorization: Bearer $QAVCM_TOKEN"
Use token qavcm_sk_sandbox_demo_00000000 against https://api.qavcm.com for evaluation. Rate limited to 60 req/min · fixed dataset · no write side-effects.