# BioPulse Species Profile

> BioPulse Species Profile is a paid API for AI agents from biopulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns a full species profile including taxonomy, geographic range, IUCN conservation status, behavior, and conservation details sourced from GBIF and IUCN.

## Facts

- Endpoint: GET https://biopulse.theaslangroupllc.com/api/bio/species
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/biopulse-species-profile-29ad47bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cqIcSa82ESfiVFwiarQZ4

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-species-profile-29ad47bf
```

Example prompt: Can you pull up the full species profile for the snow leopard — I want its taxonomy, IUCN conservation status, geographic range, and behavioral notes all in one place?

## When to prefer this

Use this endpoint when you need a comprehensive, multi-dimensional species profile in a single call — combining taxonomy, range, IUCN status, and behavioral data. Prefer this over narrower endpoints (e.g. endangered-species deep-dive or invasive species alerts) when you need a broad naturalist overview rather than a focused conservation or threat analysis.

## Known failure modes

- Species name not found or misspelled — returns 404 or empty result
- Ambiguous common name matching multiple species — may return wrong species or require scientific name
- GBIF or IUCN data unavailable for obscure species — partial profile returned
- Rate limit or payment failure — returns 402 or 429 error
- Network timeout for species with large range datasets

## How this service works

Full species profile for naturalist and conservation agents. Returns taxonomy, range, IUCN status, behavior, and conservation detail from GBIF and IUCN.

## Output

A structured species profile containing taxonomy (kingdom through species), geographic range data, IUCN Red List conservation status, behavioral traits, and detailed conservation information, aggregated from GBIF and IUCN databases.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-species-profile-29ad47bf/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)
