# ClearCarePulse Dental Cost Intelligence

> ClearCarePulse Dental Cost Intelligence is a paid API for AI agents from clear-care-pulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns FairHealth benchmarks, discount-plan pricing options, and CDT-code cost data for any dental procedure

## Facts

- Endpoint: GET https://clear-care-pulse.vercel.app/api/care/dental
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clearcarepulse-dental-cost-intelligence-9ad06abf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e1jeT2Bg023txmfVBQKdT

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-9ad06abf
```

Example prompt: What's the FairHealth benchmark and any discount plan pricing for a dental crown (CDT D2740) in zip code 10001?

## When to prefer this

Use this endpoint when you need dental-specific cost intelligence, FairHealth benchmark data, or CDT-code-level pricing — especially when comparing discount plan options against standard rates for a dental procedure. Prefer this over general medical cost endpoints when the procedure is definitively dental in nature.

## Known failure modes

- Unknown or invalid CDT code returns empty or error response
- ZIP code not found or unsupported region returns no benchmark data
- Missing required procedure identifier results in 400 bad request
- Payment not processed (x402) returns 402 Payment Required before data is delivered
- Procedure name ambiguous and cannot be mapped to a CDT code

## 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 at various percentiles, available discount plan pricing options, and CDT-code-level cost data for the queried dental procedure, enabling cost comparison and fair-price validation.

## 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-9ad06abf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clear-care-pulse.vercel.app](https://www.zero.xyz/host/clear-care-pulse.vercel.app/llms.txt)
