Skip to main content
POST
Create LCA from Excel

Create LCA from Excel

Creates a complete LCA portfolio with all its components from an uploaded Excel file. The file must contain two sheets: process_map (defining nodes and relationships) and header (LCA metadata).
This endpoint requires API key authentication only (x-api-key header). For JSON-based creation, see Create from JSON.

Request

Authentication

string
required
Your API keyExample: sk_live_1234567890abcdef

Headers

string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa
string
required
Must be multipart/form-data

Body Parameters

file
required
Excel file (.xlsx) containing the LCA definition

Excel File Format

The Excel file must contain two sheets:

Sheet: header

LCA metadata (single row):

Sheet: process_map

Node definitions with parent-child relationships: Example process_map sheet:

Response

Returns HTTP 201 with the created LCA information.
string
UUID of the created LCA portfolio
object
Summary of the created LCA structure

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

422 Unprocessable Entity

Cause: Invalid Excel structure, missing sheets, or invalid data

Create from JSON

Create LCA from a JSON tree structure

List LCA Portfolios

Browse all LCA portfolios

LCA Dashboard

View environmental impact results