# BioPulse Migration Intelligence

> BioPulse Migration 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-14).

Returns which bird and wildlife species are actively migrating through a given area right now, including where and when to observe them

## Facts

- Endpoint: GET https://biopulse-nine.vercel.app/api/bio/migrate
- 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/biopulse-migration-intelligence-a59fa7de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5sJMn5m-T2CxQPQhVRoro

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-migration-intelligence-a59fa7de
```

Example prompt: What bird and wildlife species are actively migrating through the Chicago area right now, and where's the best place to go see them this week?

## When to prefer this

Use this endpoint when a user wants real-time or near-real-time information about which species are actively migrating through a specific location, as opposed to static species range data or historical sighting records. Prefer this over general birding or wildlife sighting endpoints when the explicit focus is on migratory movement patterns and timing rather than resident species presence.

## Known failure modes

- No migration data available for the specified region or time of year
- Invalid or unrecognized location parameter returns an error
- Payment of 0.1 USDC not received — 402 response requiring x402 payment header
- Location too vague or outside supported geographic coverage returns empty results
- Off-season query with no active migration events returns empty species list

## How this service works

Global biodiversity intelligence API. GBIF + IUCN + eBird + iNaturalist data synthesis. Species profiles, IUCN conservation status, sighting reports, birding hotspots, migration tracking, endangered species alerts, invasive species detection, marine biodiversity, and field identification. Serves naturalists, wildlife biologists, birdwatchers, conservation orgs, educators, and eco-travel agents. Field guide and optics affiliate links via Amazon included in species/birding endpoints. All endpoints support any language via ?lang=. Pricing: $0.05–$0.15 USDC/call via x402 micropayment.

## Output

A list of species currently in migration movement through the queried area, with information on where they are being observed, expected timing of peak movement, and suggested locations or hotspots for viewing them

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number",
   "description": "lat"
  },
  "lng": {
   "type": "number",
   "description": "lng"
  },
  "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-migration-intelligence-a59fa7de/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)
