Skip to main content
POST
Export LCA to Excel

Export LCA to Excel

Exports the environmental impact results of an LCA portfolio to an Excel file. The file is uploaded to S3 and a presigned download URL is returned.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa
string
required
Must be application/json

Path Parameters

string
required
UUID of the LCA portfolio to exportExample: 550e8400-e29b-41d4-a716-446655440000

Body Parameters

array
required
List of impact categories to include in the export (max 50)
boolean
default:"false"
Include child processes recursively in the export
integer
default:"10"
Maximum depth of the process tree to include (1-10)
string
default:"system"
Visualization mode for the export
string
UUID of the co-product for product_total or product_unit views. Required when view is not system.

Response

string
Presigned S3 URL to download the Excel file. The URL expires after a limited time.

Example

Successful Response

Co-product View Example

To export impacts allocated to a specific co-product:

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: LCA portfolio not found or doesn’t belong to your organization

422 Unprocessable Entity

Cause: Invalid view value or missing output_product_id for co-product views

Get LCA Impacts

Calculate impacts before exporting

LCA Dashboard

View aggregated impact results in the UI

Get LCA Portfolio

View portfolio details