# PetPulse Pet Nutrition & Condition-Specific Diet Guide

> PetPulse Pet Nutrition & Condition-Specific Diet Guide 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).

Returns evidence-based, PubMed-grounded dietary guidance for dogs, cats, and other pets based on a specified health condition (e.g., pancreatitis, kidney disease, obesity).

## Facts

- Endpoint: GET https://petpulse.theaslangroupllc.com/api/pet/nutrition
- 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-nutrition-condition-specific-diet-guide-375499c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VY5-waqf7-SB7cArfipLn

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-condition-specific-diet-guide-375499c4
```

Example prompt: My 7-year-old Labrador was just diagnosed with pancreatitis — can you look up evidence-based dietary guidance for dogs with pancreatitis, including what foods to avoid and what feeding strategies are recommended?

## When to prefer this

Choose this endpoint when an agent needs condition-specific, evidence-based nutritional guidance for a pet — especially when the query involves a diagnosed or suspected health condition such as kidney disease, pancreatitis, obesity, diabetes, or IBD. Prefer this over generic pet food search tools or breed-health guides when the primary concern is therapeutic or supportive dietary management.

## Known failure modes

- Unsupported species or condition returns empty or generic results
- Overly vague condition input (e.g. 'sick dog') may yield broad guidance rather than targeted recommendations
- Rate limiting or payment failure (402) if USDC payment not processed
- Health condition not recognized returns error or null guidance

## 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 structured, PubMed-grounded dietary guidance for the specified pet species and health condition, including recommended nutrients, foods to include or avoid, portion strategies, and condition-specific feeding notes. Framed as an informational guide, not a veterinary prescription.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "condition"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "region": {
   "type": "string",
   "description": "Region (country)"
  },
  "species": {
   "type": "string",
   "description": "species"
  },
  "condition": {
   "type": "string",
   "description": "Health condition (e.g. pancreatitis, kidney-disease, obesity)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/petpulse-pet-nutrition-condition-specific-diet-guide-375499c4/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)
