# BiopulseSpeciesIdentification

> BiopulseSpeciesIdentification 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-14).

Identifies wildlife species from a naturalist description and location, returning the likely species match.

## Facts

- Endpoint: GET https://biopulse.theaslangroupllc.com/api/bio/identify
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/biopulsespeciesidentification-af1c2c59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KPpJVbmsEAXUvWBNY-m2P

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 biopulsespeciesidentification-af1c2c59
```

Example prompt: I just saw a medium-sized reddish-brown bird with a long curved beak foraging in the leaf litter near Asheville, North Carolina — can you identify what species it likely is?

## When to prefer this

Use this endpoint when an agent needs to identify a specific wildlife species from a naturalist's field description combined with a geographic location, especially in naturalist apps, wildlife logging tools, or conservation workflows where the user has observed but not photographed an animal.

## Known failure modes

- Description too vague to narrow down a species — returns multiple candidates or low-confidence result
- Location not recognized or too broad — may reduce identification accuracy
- No matching species found for the given description and region
- API returns 402 if payment is not included or fails
- Rate limiting if called too frequently

## How this service works

Species identification for naturalist and wildlife agents. Helps ID a wildlife sighting from a description and location.

## Output

Returns the identified species name along with supporting classification details, potentially including confidence level, common and scientific names, and contextual information about the species matching the given description and location.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "description"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "group": {
   "type": "string",
   "description": "bird | mammal | reptile | amphibian | insect | plant | other"
  },
  "location": {
   "type": "string",
   "description": "location"
  },
  "description": {
   "type": "string",
   "description": "What you observed — size, color, behavior, habitat"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulsespeciesidentification-af1c2c59/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)
