Export LCA to Excel
Export LCA to Excel
Export LCA impact results to an Excel spreadsheet
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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faMust be
application/jsonPath Parameters
UUID of the LCA portfolio to exportExample:
550e8400-e29b-41d4-a716-446655440000Body Parameters
List of impact categories to include in the export (max 50)
Include child processes recursively in the export
Maximum depth of the process tree to include (1-10)
Visualization mode for the export
| Value | Description |
|---|---|
system | Absolute impact of the whole system (no allocation) |
product_total | Impact allocated to one co-product (requires output_product_id) |
product_unit | Per-unit impact of one co-product (requires output_product_id) |
UUID of the co-product for
product_total or product_unit views. Required when view is not system.Response
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 key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: LCA portfolio not found or doesn’t belong to your organization422 Unprocessable Entity
Cause: Invalid view value or missingoutput_product_id for co-product views
Related Endpoints
Get LCA Impacts
Calculate impacts before exporting
LCA Dashboard
View aggregated impact results in the UI
Get LCA Portfolio
View portfolio details

