Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Emitwise Files API

Activity-data file uploads used to calculate emissions.

Emitwise Files API is one of 5 APIs that Emitwise publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Files. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://api.emitwise.com/v1.

3 operations 2 paths 1 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Server
https://api.emitwise.com/v1
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

Emitwise Files API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Emitwise API key generated from Company settings, presented as a Bearer token.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Files 3

Activity-data file uploads used to calculate emissions.

POST
/files
Upload Activity Data File
uploadFile body → 201
GET
/files
List Files
listFiles → 200
GET
/files/{fileId}
Get File
getFile 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is File (6 properties). Each schema is shown below with its type and property counts.

File
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

emitwise-files-api-openapi.yml Raw ↑

Other APIs Emitwise publishes across the network.

Emitwise Facilities API
Emitwise Projects API
Emitwise Schema API
Emitwise Suppliers API