# ClearCarePulse Cosmetic Procedure Cost Intelligence

> ClearCarePulse Cosmetic Procedure 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 ASPS benchmark costs, total cost breakdowns, and financing options for elective cosmetic procedures

## Facts

- Endpoint: GET https://clear-care-pulse.vercel.app/api/care/cosmetic
- 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-cosmetic-procedure-cost-intelligence-e6825bba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y3mwyU_wyst6HIraKrSC9

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-cosmetic-procedure-cost-intelligence-e6825bba
```

Example prompt: What are the ASPS benchmark costs and financing options for a rhinoplasty — give me the full cost breakdown including surgeon fees, anesthesia, and facility charges.

## When to prefer this

Use this endpoint when a user wants to understand the realistic cost of an elective cosmetic procedure, including ASPS benchmark data and financing options — as opposed to a general hospital price lookup, dental cost estimate, or out-of-pocket insurance calculation for covered medical procedures

## Known failure modes

- Unsupported or unrecognized procedure name returns an error or empty result
- Missing required procedure parameter returns 400 Bad Request
- Service unavailable or payment not processed returns 402 or 503
- ASPS benchmark data not available for highly niche procedures

## How this service works

Cosmetic procedure cost intelligence for healthcare and consumer-health agents. Returns ASPS benchmarks, a total cost breakdown, and financing options for any elective procedure.

## Output

Returns ASPS benchmark pricing data, an itemized total cost breakdown (surgeon fee, anesthesia, facility, etc.), and available financing options for the requested cosmetic procedure

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "procedure"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "location": {
   "type": "string",
   "description": "City or region for geographic adjustment"
  },
  "procedure": {
   "type": "string",
   "description": "Cosmetic procedure — e.g., 'rhinoplasty', 'breast augmentation', 'botox', 'liposuction'"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clearcarepulse-cosmetic-procedure-cost-intelligence-e6825bba/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)
