Calculate
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Payload Schema for a Calculate Request with optional address input
location
required
CoordinatesAddress
Coordinates objectparameters
object
required
Parameters for a Calculate Response
CalculateRequestParameters objectconsumption
object
Payload Schema for consumption data
Consumption objectproduction
object
Payload Schema for a Production data
Production objectstorage
object
Payload Schema for a Storage data
Storage objectcosts
object
Payload Schema for Monetary and Emission Costs
Costs object
```
200 Successful Response
```
```
422 Validation Error
```
x x x x x x x x x
curl --request POST \
--url https://ei.palmetto.com/api/v0/bem/calculate \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200422
Updated 3 months ago