# PetPulse Breed Health Guide

> PetPulse Breed Health Guide is a paid API for AI agents from petpulse-alpha.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns breed-specific health risks, nutrition recommendations, and care guidance for a given pet breed

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/breed
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/petpulse-breed-health-guide-f4526e7c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s3wtnmnJakpA_o5XTr3sq

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-breed-health-guide-f4526e7c
```

Example prompt: Can you pull up the breed health guide for my French Bulldog — I want to know what health risks, nutritional needs, and care requirements are specific to that breed?

## When to prefer this

Use this endpoint when a user wants breed-specific health, nutrition, or care information for a known dog or cat breed. Prefer this over generic pet nutrition or symptom triage endpoints when the query is breed-centric rather than symptom-driven or diet-specific. Ideal for onboarding new pet owners or building breed-aware care plans.

## Known failure modes

- Unknown or misspelled breed name returns an error or empty result
- Very rare or mixed breeds may have limited data
- Species ambiguity (e.g. 'Tabby' without specifying cat) may cause incorrect results
- Network timeout if the upstream synthesis service is slow

## How this service works

Dog and cat breed health guide for pet-owner and pet-care agents. Returns breed-specific genetic health risks, nutrition, exercise, and grooming guidance for any breed worldwide. Pet-info check, not a veterinary diagnosis.

## Output

A structured guide covering breed-specific health risks (e.g. genetic conditions, predispositions), nutrition recommendations tailored to the breed, and care guidance including grooming, exercise, and preventive health considerations.

## 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-breed-health-guide-f4526e7c/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)
