# PetPulse Pet Nutrition Guide

> PetPulse Pet Nutrition Guide 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 evidence-based dietary guidance for pets with specific health conditions, tailored for pet owners and veterinary agents.

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/nutrition
- 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-pet-nutrition-guide-e26cb785
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iYPqzXS3JE_aOF45jG1yY

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-nutrition-guide-e26cb785
```

Example prompt: My 7-year-old Labrador was just diagnosed with chronic kidney disease — can you pull up evidence-based dietary guidance for what he should and shouldn't be eating to support his kidney function?

## When to prefer this

Use this endpoint when a pet owner or veterinary agent needs condition-specific, evidence-based dietary guidance for a pet — particularly when the pet has a diagnosed health condition like kidney disease, diabetes, pancreatitis, or allergies. Prefer this over general pet food search or breed guides when the primary concern is therapeutic nutrition tied to a medical condition.

## Known failure modes

- Unsupported species or condition returns no results or a generic fallback
- Ambiguous or misspelled condition names may yield irrelevant guidance
- Highly rare or exotic pet species may lack sufficient evidence-based data
- API returns 402 if payment is not processed before calling

## How this service works

Pet nutrition and condition-specific diet guide for pet-owner and vet agents. Returns evidence-based, PubMed-grounded dietary guidance for dogs, cats and other pets with a given health condition (pancreatitis, kidney disease, obesity, etc.) worldwide. Pet-info guide, not veterinary advice.

## Output

Returns evidence-based dietary recommendations tailored to the pet's species, breed, age, and health condition, including safe foods, foods to avoid, portion guidance, and supplement considerations grounded in veterinary nutrition research.

## 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-pet-nutrition-guide-e26cb785/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)
