---
title: "Create Estimate Charge"
method: POST
path: "/api/estimate-charges"
tags: ["billing > estimate-charges"]
---

# Create Estimate Charge

`POST /api/estimate-charges`

This endpoint can only be used after setting up the billing integration. Refer to the [billing integration documentation](/documentation/integrations/billing/overview) for more details.

This endpoint may return a `409` error response with one of these public `message` values:
- `Conflicting EstimateCharge exists`
- `Missing Service Eligibility Amount`

## Headers

- `X-API-Key` string, required

## Request body

- EstimateChargesEstimateChargeCreateV1Request — unresolved $ref

## Response `200`

Response with status 200

- EstimateChargesEstimateChargeCreateV1Response — unresolved $ref

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
