# PetPulse Senior Pet Care Advisor

> PetPulse Senior Pet Care Advisor is a paid API for AI agents from petpulse-alpha.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns senior-specific pet health guidance covering arthritis management, cognitive decline, and quality-of-life assessment for aging pets

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/senior
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/petpulse-senior-pet-care-advisor-fe726195
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rnz7ivyV1QbsT7e95t_aq

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 petpulse-senior-pet-care-advisor-fe726195
```

Example prompt: My 14-year-old Labrador Max has been limping and seems confused sometimes — can you give me a quality-of-life and arthritis assessment for him along with care recommendations for his cognitive decline?

## When to prefer this

Use this endpoint when the primary concern is senior or geriatric pet health, specifically arthritis, mobility issues, cognitive dysfunction syndrome, or quality-of-life evaluation for aging pets — rather than acute symptom triage, toxicity assessment, or general breed health questions

## Known failure modes

- Missing required pet species or age parameters returns a 400 error
- Payment not provided or invalid returns a 402 Payment Required response
- Unrecognized species or condition outside scope may return limited or empty guidance
- Service unavailable or timeout returns a 503 error

## How this service works

Senior and aging pet care guide for pet-owner and pet-care agents. Covers arthritis, cognitive decline, quality-of-life assessment, comfort measures, and end-of-life resources for aging dogs and cats worldwide. Pet-info guide, not veterinary advice.

## Output

Returns a structured senior pet health assessment covering arthritis management options, signs and severity of cognitive decline, quality-of-life evaluation, and actionable care recommendations tailored to the aging pet's species and condition

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "age"
 ],
 "properties": {
  "age": {
   "type": "string",
   "description": "Pet age"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "breed": {
   "type": "string",
   "description": "Breed"
  },
  "species": {
   "type": "string",
   "description": "Species (dog, cat, etc.)"
  },
  "conditions": {
   "type": "string",
   "description": "Existing conditions"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-senior-pet-care-advisor-fe726195/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse-alpha.vercel.app](https://www.zero.xyz/host/petpulse-alpha.vercel.app/llms.txt)
