---
title: "Estimate"
method: POST
path: "/v1/internal/hosting-capacity/estimate"
tags: ["hosting-capacity"]
---

# Estimate

`POST /v1/internal/hosting-capacity/estimate`

## Headers

- `authorization` string, nullable

## Request body

- EstimateRequest
  - `latitude` number, required
  - `longitude` number, required
  - `state` string, required
  - `utility_key` string, nullable
  - `utility_name` string, nullable
  - `candidate_operators` string[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mireye/apis/mireye-scout-api.md) · [All operations](https://skmtc.net/mireye/apis/mireye-scout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mireye/mireye-scout-api/revisions/c80d2b343f16/schema)
