---
title: "Quote Prediction"
method: GET
path: "/api/quote-prediction"
tags: ["ExplorePricing"]
---

# Quote Prediction

`GET /api/quote-prediction`

Predicted cost-per-lead band for an arbitrary company domain (T-952).

Same anonymous trust tier as /api/pricing-config and /api/company: the
quote funnel calls this for the visitor-entered domain. The prediction
comes from the realized outcomes of our most similar real customers
(see api/app_auto_gtm/quote_prediction/) with a global-band fallback,
never from per-domain randomness.

## Query parameters

- `domain` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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