# BioPulse Birding Intelligence

> BioPulse Birding Intelligence is a paid API for AI agents from biopulse-nine.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns recent eBird observations, rare bird sightings, and birding hotspots for a given location to support birding and eco-tourism agents.

## Facts

- Endpoint: GET https://biopulse-nine.vercel.app/api/bio/birding
- 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/biopulse-birding-intelligence-31382e65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zM7LqPyxyALmzoH4pJQf5

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 biopulse-birding-intelligence-31382e65
```

Example prompt: What rare birds and hotspots are near Monterey, California right now? I'm planning a birding trip and want to know about any recent unusual sightings from eBird in that area.

## When to prefer this

Choose this endpoint when the user specifically needs recent bird sighting data, rarities, or birding hotspots for a location — particularly when eBird citizen-science data is the desired source. Prefer over generic wildlife sighting endpoints when the focus is birds specifically or when planning birding trips and eco-tourism activities.

## Known failure modes

- Invalid or unrecognized location returns an error or empty result set
- No recent eBird data available for very remote or data-sparse regions
- Rate limiting or upstream eBird API unavailability causing service errors
- Malformed coordinates or ambiguous location names causing lookup failure
- Payment not processed correctly resulting in 402 response

## How this service works

Birding intelligence for birding and eco-tourism agents. Returns recent eBird observations, rarities, and hotspots for any location.

## Output

A structured response containing recent bird observations sourced from eBird, notable rarities flagged in the area, and recommended birding hotspots — each with species names, observation dates, and location details for the queried region.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number",
   "description": "lat"
  },
  "lng": {
   "type": "number",
   "description": "lng"
  },
  "dist": {
   "type": "integer",
   "description": "Search radius in km (max 50, default 25)"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "location": {
   "type": "string",
   "description": "location"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-birding-intelligence-31382e65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from biopulse-nine.vercel.app](https://www.zero.xyz/host/biopulse-nine.vercel.app/llms.txt)
