Create LCA Portfolio
Create LCA Portfolio
Create a new Life Cycle Assessment portfolio for your organization
POST
Create LCA Portfolio
Create LCA Portfolio
Creates a new LCA portfolio for your organization. A portfolio declares one or more output co-products with their functional units, along with the impact categories to assess and the time period for the analysis.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51fastring
required
Must be
application/jsonBody Parameters
string
required
Name of the LCA portfolioExample:
"Product A - Environmental Impact 2024"string
required
Start date of the assessment periodFormat:
YYYY-MM-DDstring
required
End date of the assessment periodFormat:
YYYY-MM-DDarray[string]
required
List of impact category identifiers to include in the assessmentCommon values:
gwp (Global Warming Potential), ap (Acidification), ep (Eutrophication), pocp (Photochemical Ozone Creation), adp (Abiotic Depletion)array[object]
Output co-products with their functional units. Either
products or both value + unit_id must be provided.number
Legacy single-product functional unit quantity. Use
products instead for new integrations.string
Legacy functional unit identifier. Required when using
value instead of products.Response
Returns HTTP 201 with the created portfolio structure.string
UUID of the created LCA portfolio
object
The root process block (canvas node)
object
Primary output product block (same structure as
process)array[object]
All output co-product blocks (same structure as
process)Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization422 Unprocessable Entity
Cause: Missing required fields or invalid product definitionRelated Endpoints
List LCA Portfolios
Browse all LCA portfolios
Get LCA Portfolio
Get portfolio details
LCA Dashboard
Get environmental impact results