---
title: "Enhanced Multi-Source Spam Lookup"
method: POST
path: "/api/v1/spam/lookup/enhanced"
tags: ["Spam"]
---

# Enhanced Multi-Source Spam Lookup

`POST /api/v1/spam/lookup/enhanced`

Advanced spam detection that aggregates data from multiple sources including:
- Master spam database
- External provider feeds
- Web sources
- Crowdsourced reports

Returns comprehensive spam intelligence with confidence scores.

## Request body

- object
  - `phone_number` string, required
  - `include_web_sources` boolean — Include web-scraped data
  - `include_provider` boolean — Include external provider data

## Response `200`

Successful enhanced spam lookup

- object
  - `phone_number` string
  - `is_spam` boolean
  - `is_robocall` boolean
  - `is_scam` boolean
  - `spam_type` 'NONE' | 'SPAM' | 'ROBOCALL' | 'SCAM'
  - `confidence` number
  - `total_complaints` integer
  - `sources` string[]
  - `categories` string[]

## Other responses

- `402` — Insufficient balance
- `429` — Too Many Requests — rate limit exceeded.

---

[API](https://skmtc.net/verirouteintel/apis/veriroute-intel-api.md) · [All operations](https://skmtc.net/verirouteintel/apis/veriroute-intel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verirouteintel/veriroute-intel-api/versions/0bd583e1906e/schema)
