# BioPulse — Migration Intelligence Endpoint

> BioPulse — Migration Intelligence Endpoint is a paid API for AI agents from biopulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns synthesized biodiversity migration data for a given location by aggregating GBIF, IUCN, eBird, and iNaturalist sources

## Facts

- Endpoint: GET https://biopulse.theaslangroupllc.com/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-endpoint-4f891699
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lFi59PFaJd_W2lUsUQeLq

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-endpoint-4f891699
```

Example prompt: What species are currently migrating through latitude 34.05, longitude -118.25 (Los Angeles) — pull from BioPulse and give me the migration intelligence in English.

## When to prefer this

Choose this endpoint when you need a multi-source biodiversity migration synthesis at a specific geographic point, combining GBIF, IUCN, eBird, and iNaturalist in a single call. Prefer it over single-source APIs when breadth of species data and conservation context both matter. Especially useful for ecological research, conservation planning, and wildlife monitoring at coordinate-level granularity.

## Known failure modes

- Missing or invalid lat/lng coordinates returns an error or empty result
- Location outside monitored range may yield sparse or empty biodiversity data
- Invalid language code may default to English or return an error
- Empty example response schema means actual response structure is undocumented and may vary
- No data available for a remote or data-sparse region

## How this service works

Migration intelligence for birding and naturalist agents. Returns which species are moving through right now and where to see them.

## Output

A JSON object containing synthesized migration and biodiversity data for the specified coordinates or location, drawing from GBIF occurrence records, IUCN conservation statuses, eBird sighting data, and iNaturalist observations — including species lists, migration patterns, and related ecological intelligence.

## 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-endpoint-4f891699/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from biopulse.theaslangroupllc.com](https://www.zero.xyz/host/biopulse.theaslangroupllc.com/llms.txt)
