Create LCA from Excel
Create LCA from Excel
Create a complete LCA portfolio by uploading an Excel file
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_1234567890abcdefHeaders
string
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51fastring
required
Must be
multipart/form-dataBody Parameters
file
required
Excel file (
.xlsx) containing the LCA definitionExcel 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 key422 Unprocessable Entity
Cause: Invalid Excel structure, missing sheets, or invalid dataRelated Endpoints
Create from JSON
Create LCA from a JSON tree structure
List LCA Portfolios
Browse all LCA portfolios
LCA Dashboard
View environmental impact results