# BioPulse Invasive Species Alerts

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

Returns invasive species threats, spread data, control methods, and reporting channels for a given region

## Facts

- Endpoint: GET https://biopulse-nine.vercel.app/api/bio/invasive
- 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/biopulse-invasive-species-alerts-6c6bb4f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_z5JhnE6y73Emm7i2alr4c

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-invasive-species-alerts-6c6bb4f3
```

Example prompt: What invasive species are currently threatening the Florida Everglades region — I need to know the top threats, how fast they're spreading, how to control them, and where to report sightings?

## When to prefer this

Use this endpoint when an agent or user needs actionable invasive species intelligence for a specific region — including threats, spread status, control guidance, and reporting — rather than general species profiles or biodiversity surveys. Ideal for conservation planners, naturalists, land managers, or citizen scientists who need regional threat awareness and response information.

## Known failure modes

- Unknown or ambiguous region name returns empty results or error
- Very remote or poorly documented regions may return sparse data
- Network or upstream data source timeout returns 5xx error
- Invalid query parameters return 400 bad request
- No invasive species on record for that region returns empty 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

Returns a list of invasive species present or spreading in the queried region, including threat severity, spread patterns and range maps, recommended control and management methods, and official reporting channels for citizen science or regulatory reporting.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "region"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "region": {
   "type": "string",
   "description": "Country, state, province, or region name"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-invasive-species-alerts-6c6bb4f3/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)
