# ClearCarePulse Dental Cost Intelligence

> ClearCarePulse Dental Cost Intelligence is a paid API for AI agents from clearcarepulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns FairHealth benchmarks, discount-plan options, and CDT-code pricing for any dental procedure by procedure code or name.

## Facts

- Endpoint: GET https://clearcarepulse.theaslangroupllc.com/api/care/dental
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clearcarepulse-dental-cost-intelligence-e28210b3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ur38WCynH8AdxgDr9iC4L

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clearcarepulse-dental-cost-intelligence-e28210b3
```

Example prompt: What's the FairHealth benchmark and discount-plan pricing for a porcelain dental crown (CDT code D2740) in the 90210 zip code — I want to see both the standard benchmark and any discount plan options available.

## When to prefer this

Use this endpoint when an agent needs authoritative dental procedure pricing, FairHealth benchmarks, or CDT-code-level cost intelligence — especially for patients comparing out-of-pocket costs, evaluating dental discount plans, or disputing dental bills. Prefer over general medical pricing endpoints when the procedure is specifically dental (CDT-coded).

## Known failure modes

- Unknown or invalid CDT code returns a 404 or empty result set
- Missing required parameters (procedure or zip code) returns a 400 bad request
- No discount plan data available for a given region returns partial result with null discount fields
- Rate limit or payment failure returns 402 or 429 error
- Procedure name ambiguous — multiple CDT codes matched, requiring disambiguation

## How this service works

Dental cost intelligence for healthcare and consumer-health agents. Returns FairHealth benchmarks, discount-plan options, and CDT-code pricing for any dental procedure.

## Output

Returns FairHealth benchmark prices, CDT code details, available dental discount plan pricing, and cost ranges for the requested dental procedure, enabling comparison of fair-market vs. discounted rates.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "procedure"
 ],
 "properties": {
  "zip": {
   "type": "string",
   "description": "zip"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "procedure": {
   "type": "string",
   "description": "Dental procedure — e.g., 'crown', 'root canal', 'implant', 'deep cleaning'"
  },
  "has_insurance": {
   "type": "string",
   "description": "has_insurance"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clearcarepulse-dental-cost-intelligence-e28210b3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clearcarepulse.theaslangroupllc.com](https://www.zero.xyz/host/clearcarepulse.theaslangroupllc.com/llms.txt)
