Create Project
Create Project
Create a new project in your organization
POST
Create Project
Create Project
Create a new project to organize and track emissions data across different reporting activities. Projects can be used to scope emissions by type (carbon footprint, ISO 14064, CSRD/ESRS) and link relevant entities for focused reporting.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faMust be
application/jsonLanguage for notifications and labelsAvailable values:
es, en, fr, pt, de, it, caBody Parameters
Name of the projectExample:
"Carbon Footprint 2024"UUID of the user responsible for the project. Must be a member of the organization.Example:
"user-uuid-001"Optional project descriptionExample:
"Annual carbon footprint calculation for FY2024"Project start date in YYYY-MM-DD formatExample:
"2024-01-01"Project end date in YYYY-MM-DD format. Must be equal to or after
start_date.Example: "2024-12-31"Project deadline in YYYY-MM-DD formatExample:
"2025-03-31"Project type classificationAvailable values:
carbon_footprint, custom, einf, iso_14064, iso_14001, iso_9001, acv, visualization, suppliers, logisticsExample: "carbon_footprint"Reporting methodologyAvailable values:
esrs, gri, glecExample: "gri"Response
Returns the created project object.Unique identifier (UUID) of the created project
Example
Successful Response
Status Code:201 Created
Common Errors
400 Bad Request
Cause: Missing required fields or invalid dataname, responsible_user_id.
401 Unauthorized
Cause: Missing or invalid API key422 Validation Error
Cause: Invalid field valuesend_dateis equal to or afterstart_dateresponsible_user_idis a valid UUIDproject_typeis one of the allowed valuesmethodologyis one of the allowed values
Project Types
| Type | Description | Typical Use Case |
|---|---|---|
carbon_footprint | GHG inventory project | Annual organizational carbon footprint |
iso_14064 | ISO 14064-1 verification | Third-party verified GHG statement |
einf | Spanish EINF report | Non-financial information statement |
acv | Life Cycle Assessment | Product carbon footprint (PCF) |
logistics | Logistics emissions | GLEC Framework reporting |
suppliers | Supply chain project | Supplier engagement programs |
custom | General purpose | Any custom reporting need |
visualization | Data visualization | Dashboard and reporting |
iso_14001 | Environmental management | ISO 14001 EMS certification |
iso_9001 | Quality management | ISO 9001 QMS certification |
Related Endpoints
List Projects
View all projects
Get Project
Get project details
Update Project
Modify project details
Link Entities
Link entities to this project

