# BioPulse Marine Biodiversity Intelligence

> BioPulse Marine Biodiversity 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-15).

Returns OBIS ocean occurrence data, species records, coral reef presence, and megafauna sightings for a specified marine area

## Facts

- Endpoint: GET https://biopulse-nine.vercel.app/api/bio/marine
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/biopulse-marine-biodiversity-intelligence-b72def38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zry_akPjnnb9lP0hViVvV

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-marine-biodiversity-intelligence-b72def38
```

Example prompt: What marine species, coral reefs, and megafauna have been recorded in the waters around the Maldives — pull OBIS ocean occurrence data for that area so I can understand local biodiversity for a conservation report.

## When to prefer this

Use this endpoint when you need marine-specific biodiversity data derived from OBIS — particularly for ocean species occurrences, coral reef presence, and megafauna records in a defined geographic area. Prefer this over general wildlife endpoints when the focus is explicitly aquatic or oceanic, or when conservation/naturalist agents need authoritative ocean biodiversity intelligence.

## Known failure modes

- No OBIS records found for the specified area — sparse or unsampled ocean regions may return empty results
- Invalid or ambiguous geographic input may result in a 400 error
- Area too large may result in truncated or throttled response
- Network timeout if OBIS upstream API is slow
- Payment not processed — x402 payment failure blocks request

## How this service works

Marine biodiversity intelligence for naturalist and conservation agents. Returns OBIS ocean occurrence data, species, coral reefs, and megafauna for any area.

## Output

A structured response containing OBIS ocean occurrence records for the queried area, including identified marine species, coral reef presence indicators, megafauna sightings, and biodiversity metrics relevant to naturalist and conservation work.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/biopulse-marine-biodiversity-intelligence-b72def38/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)
