RoofPrint
The Roof Area Estimation API is up and running.

You can now send POST requests to the /api/estimate endpoint.

API Usage Example

POST /api/estimate
Content-Type: application/json

{
  "addresses": [
    "1600 Amphitheatre Parkway, Mountain View, CA",
    "One Apple Park Way, Cupertino, CA"
  ]
}