# BioPulse Endangered Species Conservation Intelligence

> BioPulse Endangered Species Conservation 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 IUCN Red List status, threats, and conservation actions for any specified species

## Facts

- Endpoint: GET https://biopulse-nine.vercel.app/api/bio/endangered
- 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-endangered-species-conservation-intelligence-f94bd6fa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aSsk3LLK85znyUi9dwRjk

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-endangered-species-conservation-intelligence-f94bd6fa
```

Example prompt: Can you pull up the IUCN Red List status, major threats, and conservation actions for the Amur leopard? I need the full endangered species deep-dive for my conservation report.

## When to prefer this

Choose this endpoint when you need structured, authoritative IUCN Red List conservation data for a specific species including extinction risk level, threat factors, and conservation measures. Prefer this over a general species profile endpoint when the focus is specifically on conservation status and threats rather than taxonomy, behavior, or range data.

## Known failure modes

- Species name not recognized or not found in IUCN database — returns 404 or empty result
- Ambiguous common name matching multiple species — may return incorrect species data
- Species not yet assessed by IUCN — returns no status or partial data
- Payment of 0.1 USDC not processed via x402 — returns 402 Payment Required
- Network timeout or Vercel cold start delay — returns 503 or timeout error

## How this service works

Endangered species deep-dive for conservation and naturalist agents. Returns IUCN Red List status, threats, and conservation actions for any species.

## Output

Returns the species' IUCN Red List category (e.g. Critically Endangered, Vulnerable), a breakdown of the primary threats facing the species (habitat loss, poaching, climate change, etc.), and a summary of active and recommended conservation actions and interventions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "species"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "species": {
   "type": "string",
   "description": "species"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-endangered-species-conservation-intelligence-f94bd6fa/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)
