Emitwise website screenshot

Emitwise

Emitwise is a London-based carbon accounting and Scope 3 reporting platform that uses AI to help large enterprises measure, manage, and reduce their product carbon footprint (PCF) and supply-chain greenhouse-gas emissions. The platform ingests spend data, activity data, and supplier information, auto-classifies suppliers, and produces audit-ready emissions reporting aligned with the GHG Protocol (Scope 1, 2, and 3) and frameworks such as CDP and CSRD. The Emitwise developer API at api.emitwise.com exposes facilities, projects, activity-data files, schema metadata, and aggregated supplier emissions data so customers can integrate carbon accounting into procurement, ERP, and sustainability reporting systems. Access is granted per-customer through Emitwise CSMs; API keys are generated from the Company settings area of the dashboard. In July 2025, Emitwise was acquired by Green Project Technologies; the Emitwise platform and team are now part of Green Project's end-to-end decarbonization solutions, while the existing Emitwise developer portal and API endpoints remain live for customers.

1 APIs 0 Features
Carbon AccountingGreenhouse GasScope 3Supply Chain EmissionsProduct Carbon FootprintSustainabilityESGCDPCSRDGHG ProtocolClimateProcurementAI

APIs

Emitwise API

The Emitwise REST API at api.emitwise.com lets enterprise customers manage facilities, sustainability projects, activity-data file uploads, schema metadata, and aggregated suppl...

Collections

Semantic Vocabularies

Emitwise Context

17 classes · 1 properties

JSON-LD

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🌐
APIPortal
APIPortal
🔗
Dashboard
Dashboard
🔗
PCFCalculator
PCFCalculator
📜
Privacy
Privacy
📜
TermsOfService
TermsOfService
🔗
CookiePolicy
CookiePolicy
📰
Blog
Blog
🔗
ParentCompany
ParentCompany
🔗
Contact
Contact
👥
GitHub
GitHub

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Emitwise API
  version: v1
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Facilities
    type: folder
  items:
  - info:
      name: List Facilities
      type: http
    http:
      method: GET
      url: https://api.emitwise.com/v1/facilities
    docs: List all facilities (offices, factories, business units) tracked in the customer's Emitwise account.
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List Projects
      type: http
    http:
      method: GET
      url: https://api.emitwise.com/v1/projects
    docs: List all sustainability projects associated with the customer's organization.
- info:
    name: Schema
    type: folder
  items:
  - info:
      name: Get Activity Data Schema
      type: http
    http:
      method: GET
      url: https://api.emitwise.com/v1/schema
    docs: Retrieve the schema definition used to validate uploaded activity data files.
- info:
    name: Files
    type: folder
  items:
  - info:
      name: List Files
      type: http
    http:
      method: GET
      url: https://api.emitwise.com/v1/files
    docs: List previously uploaded activity-data files.
  - info:
      name: Upload Activity Data File
      type: http
    http:
      method: POST
      url: https://api.emitwise.com/v1/files
      body:
        type: multipart-form
        data:
        - name: file
          type: text
          value: ''
        - name: facilityId
          type: text
          value: ''
        - name: projectId
          type: text
          value: ''
    docs: Upload a tabular activity-data file (matching the active schema) so emissions can be calculated.
  - info:
      name: Get File
      type: http
    http:
      method: GET
      url: https://api.emitwise.com/v1/files/:fileId
      params:
      - name: fileId
        value: ''
        type: path
    docs: Retrieve details and processing status for a previously uploaded file.
- info:
    name: Suppliers
    type: folder
  items:
  - info:
      name: List Suppliers (Paginated)
      type: http
    http:
      method: POST
      url: https://api.emitwise.com/v1/suppliers/list
      body:
        type: json
        data: '{}'
    docs: Retrieve aggregated supplier emissions data with pagination and filtering. Suppliers are automatically identified
      from spend data uploaded by the customer.
bundled: true