# PetPulse Veterinary Symptom Triage

> PetPulse Veterinary Symptom Triage 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-15).

Evaluates pet symptoms and returns urgency ratings with home care guidance to help owners decide whether immediate vet care is needed

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/symptoms
- 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/petpulse-veterinary-symptom-triage-96d70971
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d1ZVTQ3hEDVAP7qelKXdi

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-veterinary-symptom-triage-96d70971
```

Example prompt: My 3-year-old golden retriever has been vomiting twice in the last hour, seems lethargic, and won't eat — can you triage these symptoms and tell me how urgent it is and what I can do at home?

## When to prefer this

Use this endpoint when an owner needs rapid, structured triage of their pet's symptoms with actionable urgency ratings and home care guidance — especially outside of normal vet office hours. Prefer this over generic LLM veterinary queries when you need a consistent urgency classification schema and structured home-care output.

## Known failure modes

- Missing or vague symptom description may return a low-confidence or generic assessment
- Unsupported pet species may not return species-specific guidance
- Network timeout if the vercel deployment is cold-starting
- 402 Payment Required if USDC payment header is missing or malformed
- Ambiguous symptoms may produce overly conservative urgency ratings

## 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 a structured triage response including an urgency rating (e.g. emergency, urgent, non-urgent, monitor at home), a clinical assessment of the submitted symptoms, and specific home care instructions or recommendations on when to seek veterinary attention.

## Example request

```json
{
 "age": "3 years",
 "weight": "65lbs",
 "species": "dog",
 "symptoms": "lethargy,vomiting,loss of appetite"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-veterinary-symptom-triage-96d70971/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)
