# PetPulse Pet Symptom Checker & Triage

> PetPulse Pet Symptom Checker & Triage is a paid API for AI agents from petpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Checks pet symptoms and returns an urgency rating (emergency vs. home-care) with home-care guidance for dogs, cats, birds, rabbits, and other species.

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/symptoms
- 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/petpulse-pet-symptom-checker-triage-27ecfdcb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ORhln6uFBbCzGN4UxLdhc

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-pet-symptom-checker-triage-27ecfdcb
```

Example prompt: My 4-year-old Labrador has been vomiting twice in the last hour and seems lethargic — can you check if this is an emergency or something I can handle at home?

## When to prefer this

Use this endpoint when a pet owner or vet agent needs rapid triage of a pet's symptoms to determine urgency level and whether to seek emergency veterinary care. Prefer over general pet info endpoints when the core question is 'how serious is this symptom right now?' for dogs, cats, birds, rabbits, or other species.

## Known failure modes

- Missing required species or symptom input — returns 400 bad request
- Unrecognized species or exotic animal outside supported list — may return limited guidance
- Ambiguous or vague symptom description — may return generic low-confidence triage
- Service unavailable or payment failure — returns 402 or 503 error
- Symptom combination too complex to classify — returns disclaimer with emergency recommendation

## How this service works

Dog and cat symptom checker / pet symptom triage for pet-owner and vet agents. Returns an urgency rating (emergency vs home-care) and home-care guidance for symptoms in dogs, cats, birds, rabbits and other species worldwide. Pet-info guide, not a veterinary diagnosis.

## Output

Returns an urgency rating (e.g., emergency or home-care), an emergency flag, and actionable home-care guidance tailored to the pet's species, symptoms, and situation. Not a veterinary diagnosis — intended as a pet-info guide.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "symptoms"
 ],
 "properties": {
  "age": {
   "type": "string",
   "description": "Pet age (e.g. 8 years)"
  },
  "lang": {
   "type": "string",
   "description": "Response language (e.g. es, de, fr)"
  },
  "weight": {
   "type": "string",
   "description": "Pet weight (e.g. 65lbs)"
  },
  "species": {
   "type": "string",
   "description": "Animal species"
  },
  "symptoms": {
   "type": "string",
   "description": "Comma-separated symptoms (e.g. lethargy,vomiting)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-pet-symptom-checker-triage-27ecfdcb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from petpulse.theaslangroupllc.com](https://www.zero.xyz/host/petpulse.theaslangroupllc.com/llms.txt)
