# PetPulse Pet Medication Guide

> PetPulse Pet Medication 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 veterinary drug dosage context, side effects, and FDA adverse-event data for pet medications

## Facts

- Endpoint: GET https://petpulse-alpha.vercel.app/api/pet/medication
- 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-pet-medication-guide-200efae2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GMmOGUoqA-rNmkYN2wnRx

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-medication-guide-200efae2
```

Example prompt: My 35-pound beagle was just prescribed carprofen — can you look up the dosage guidelines, common side effects, and any FDA adverse event reports for carprofen in dogs?

## When to prefer this

Use this endpoint when you need pet-specific medication dosage guidance, side effect profiles, or FDA adverse-event data for a named drug — particularly when both the pet owner and vet context is needed. Prefer this over general medical lookup APIs when the query is specifically about veterinary drug safety and regulatory history.

## Known failure modes

- Unknown or misspelled medication name returns no results or error
- Medication not approved or tracked for specified species returns limited data
- FDA adverse-event database has no records for a newer or rare drug
- Missing required parameters (e.g. no species specified) may return generic or incomplete guidance
- Service returns 402 if payment header is missing or insufficient

## How this service works

Pet medication and dosage guide for pet-owner and vet agents. Returns veterinary drug dosage context, side effects, and real FDA adverse-event report data for any animal drug worldwide. Pet-info check, not a prescription or veterinary advice.

## Output

Returns structured veterinary drug information including dosage context for the specified species and weight, known side effects, contraindications, and relevant FDA adverse-event data for the queried medication

## 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-medication-guide-200efae2/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)
